You are here: Start » FIL.NET » Function Reference » Path » Path Classification » FIL.SelectOpenPaths

FIL.SelectOpenPaths

Selects paths which are open.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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