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

FIS.SelectOpenPaths Method

Selects paths which are open.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SelectOpenPaths
(
	IList<FilNet.Path> inPaths,
	IList<FilNet.Path> outOpenPaths
)

Parameters

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

See also