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

FIS.SavePath Method

Saves serialized Path object as FIDATA file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SavePath
(
	FilNet.Path inPath,
	string inFilename
)

Parameters

Name Type Range Default Description
inPathFilNet.PathPath to be serialized.
inFilenamestringName of the target file.

See also