You are here: Start » FIL.NET » Function Reference » Path » Path Classification » 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 | |
|---|---|---|---|---|---|
![]() | inPaths | System.Collections.Generic.IList<FilNet.Path> | Input paths. | ||
![]() | outOpenPaths | System.Collections.Generic.IList<FilNet.Path> | Paths classified as open. |


