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