<Code Lib>
2027 Method
Changes 0
M

TransmissionData.IsDocumentTransmitted

Description:
Determines whether the document at a given file location is transmitted.

public static bool IsDocumentTransmitted(
	ModelPath filePath
)

  • filePath
    The path to the document whose transmitted state will be checked.
Return Value Boolean True if the document is a transmitted file, false otherwise.

Loading…