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 | |
|---|---|---|---|---|---|
![]() | inPaths | System.Collections.Generic.IList<FilNet.Path> | Input paths. | ||
![]() | outOpenPaths | System.Collections.Generic.IList<FilNet.Path> | Paths classified as open. |


