You are here: Start » FIL.NET » Function Reference » Path » Path Combinators » FIL.SplitPathByPath
Splits path in common points of two paths.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void SplitPathByPath ( FilNet.Path inPath1, FilNet.Path inPath2, IList<FilNet.Path> outPaths )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath1 | FilNet.Path | Path being split. | ||
![]() | inPath2 | FilNet.Path | Path used for splitting. | ||
![]() | outPaths | System.Collections.Generic.IList<FilNet.Path> | Paths arisen from splitting the initial path. |