You are here: Start » FIL.NET » FIS.LoadPath Method

FIS.LoadPath Method

Loads serialized Path object from FIDATA file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void LoadPath
(
	string inFilename,
	FilNet.Path outPath
)

Parameters

Name Type Range Default Description
inFilenamestringName of the source file.
outPathFilNet.PathDeserialized output Path.

See also