<Code Lib>
2027 Method
Changes 0
M

TransmissionData.DocumentIsNotTransmitted

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

public static bool DocumentIsNotTransmitted(
	ModelPath filePath
)

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

Loading…