You are here: Start » FIL.NET » Function Reference » Path » Path Combinators » FIL.SplitPathByPath

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
inPath1FilNet.PathPath being split.
inPath2FilNet.PathPath used for splitting.
outPathsSystem.Collections.Generic.IList<FilNet.Path>Paths arisen from splitting the initial path.

See also