Class DeleteWorkingDocumentRequest
A message to be sent when deleting a work document
Inherited Members
Namespace: Integration.MessageContracts.DocumentManagement
Syntax
[MessageContract]
public class DeleteWorkingDocumentRequest : PlatinaMessageBase
Properties
PropID
The unique identifier of the object.
Declaration
[MessageBodyMember]
public int PropID { get; set; }
Property Value
Type | Description |
---|---|
int | [required] The unique identifier of the object. |
Methods
IsValid()
Check if message request is valid.
Declaration
public override IsValidResult IsValid()
Returns
Type | Description |
---|---|
IsValidResult | IsValidResult containing an error message if invalid. |