3.2.4.2.49.7 Delete (Opnum 13)

The Delete method deletes the property condition from the file management job's list of property condition and returns S_OK upon successful completion.

 [id(FSRM_DISPID_PROPERTY_CONDITION | 0x01)] HRESULT Delete();

This method has no parameters.

Return Values: The method MUST return zero on success, or a nonzero error code on failure.

The server MUST remove the first property condition from the Property Conditions in the file management job referenced by Property Condition.Parent that matches this Property Condition's PropertyCondition.Name, Property Condition.value, and Property Condition.Type or return a nonzero error code.