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

Invoke.SaveRegion

Saves a serialized region object to an FIDATA file.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SaveRegion
(
	Fil.Region inRegion,
	string inFilename
)

Parameters

Name Type Range Default Description
inRegionFil.RegionRegion to be serialized.
inFilenamestringName of the target file.

See also