You are here: Start » FIL.NET » FIL.ConcatenatePaths_OfArray

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
inPathArraySystem.Collections.Generic.IList<FilNet.Path>
outPathFilNet.PathOutput path.

Description

Array version of ConcatenatePaths.

Errors

List of possible exceptions:

Error type Description
DomainError Closed path on input in ConcatenatePaths.

See also