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