ChkDCOStatus
Confirms that the status of the Document Hierarchy's current object is identical to the status entered as the parameter.
Syntax
bool ChkDCOStatus (StrParam)
Parameters
The Numeric value of the status that you are checking. Smart parameters are supported.Returns
True, if the DCO status matches the parameter value. Otherwise, False.Level
All levels.Details
Confirms that the status of the Document Hierarchy's current object is identical to the status entered as the parameter.- Example:
ChkDCOStatus(0) returns True, if the current object has a status equal to 0, and False, if it does not. ChkDCOStatus(48) returns True, if the current object has a status equal to 48, and False, if it does not.