You are here: Start » FIL.NET » Invoke.SplitPathByPath

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
inPath1Fil.PathPath being split.
inPath2Fil.PathPath used for splitting.
outPathsSystem.Collections.Generic.List<Fil.Path>Paths arisen from splitting the initial path.

See also