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

Invoke.SavePath

Saves serialized Path object as FIDATA file.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SavePath
(
	Fil.Path inPath,
	string inFilename
)

Parameters

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

See also