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