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

FIS.SelectClosedPaths Method

Selects paths which are closed.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SelectClosedPaths
(
	IList<FilNet.Path> inPaths,
	IList<FilNet.Path> outClosedPaths
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.IList<FilNet.Path>Input paths.
outClosedPathsSystem.Collections.Generic.IList<FilNet.Path>Paths classified as closed.

See also