CatProcureCatalogTable.canSetPublishingStatus Method
Indicates whether the PublishingStatus value of this record can be the specified value.
Syntax
public boolean canSetPublishingStatus(ProcureCatalogPublishingStatus _newStatus)
Run On
Called
Parameters
- _newStatus
Type: ProcureCatalogPublishingStatus Enumeration
The new status for which to set the record.
Return Value
Type: boolean
true if the PublishingStatus value of this record can be the given value; otherwise, false.