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

Invoke.SelectOpenPaths

Selects paths which are open.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SelectOpenPaths
(
	List<Fil.Path> inPaths,
	List<Fil.Path> outOpenPaths
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.List<Fil.Path>Input paths.
outOpenPathsSystem.Collections.Generic.List<Fil.Path>Paths classified as open.

See also