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

FIS.SaveRegion Method

Saves serialized Region object as fidata file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SaveRegion
(
	FilNet.Region inRegion,
	string inFilename
)

Parameters

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

See also