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, IList<T> outObject )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inFile | string | Source file path. | ||
![]() | outObject | System.Collections.Generic.IList<T> | Object to save. |