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

FIS.SaveObject Method

Saves an object to the file

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SaveObject<T>
(
	string inFile,
	T inObject
)

Parameters

Name Type Range Default Description
inFilestringDestination file path.
inObjectTObject to save.

Function Overrides

See also