You are here: Start » FIL.NET » FIL.ConcatenatePaths_OfArray
Joins open paths of an array.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ConcatenatePaths_OfArray ( IList<FilNet.Path> inPathArray, FilNet.Path outPath )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPathArray | System.Collections.Generic.IList<FilNet.Path> | |||
![]() | outPath | FilNet.Path | Output path. |
Description
Array version of ConcatenatePaths.
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Closed path on input in ConcatenatePaths. |


