You are here: Start » FIL.NET » FIS.TrimPathArray Method

FIS.TrimPathArray Method

Creates an array of paths contained in a box from another array of paths.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TrimPathArray
(
	IList<FilNet.Path> inPaths,
	FilNet.Box inBox,
	FilNet.TrimPathMethod inTrimPathMethod,
	IList<FilNet.Path> outPaths
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.IList<FilNet.Path>
inBoxFilNet.Box
inTrimPathMethodFilNet.TrimPathMethodPointToPointDefault value: PointToPoint.
outPathsSystem.Collections.Generic.IList<FilNet.Path>

See also