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

FIS.LoadObject Method

Loads an object from the file

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void LoadObject<T>
(
	string inFile,
	T outObject
)

Parameters

Name Type Range Default Description
inFilestringSource file path.
outObjectTObject to save.

Function Overrides

See also