Method GetFileInfo
GetFileInfo(out Nullable<List<PadFileInfo>>)
Yields listing of the files stored on the signature device.
Declaration
public Error GetFileInfo(out List<PadFileInfo>? fileList)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Nullable<List<PadFileInfo>> | fileList | A list of file info objects. Null in case of error. |
Returns
| Type | Description |
|---|---|
| Error | Error |