You are here: Start » FIL.NET » FIS.SkipEmptyPath Method
FIS.SkipEmptyPath Method
If the input path has at least one point, then it is copied to the output; otherwise Nil is returned.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void SkipEmptyPath ( FilNet.Path inPath, INullable<FilNet.Path> outNotEmptyPath, out bool outIsNotEmpty )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | outNotEmptyPath | FilNet.INullable<FilNet.Path> | A copy of the input path, if it is not empty, or Nil otherwise. This parameter cannot be null. | ||
![]() | outIsNotEmpty | bool | Indication if the input path is not empty. |


