You are here: Start » FIL.NET » Function Reference » Path » Path IO » FIL.SavePath

FIL.SavePath

Saves serialized Path object as FIDATA file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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