TransmissionData.IsDocumentTransmitted
Method
Description:
Determines whether the document at a given file location is transmitted.
Determines whether the document at a given file location is transmitted.
Parameters
Parameter | Type | Description |
---|---|---|
filePath | ModelPath | The path to the document whose transmitted state will be checked. |
Return Value
Type | Description |
---|---|
Boolean | True if the document is a transmitted file, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |