Class BehalfDocument
The behalf documents properties include users who acted on it, activity date, cc details, created date, and so on.
[DataContract]
public class BehalfDocument : Document
- Inheritance
-
BehalfDocument
- Inherited Members
Constructors
BehalfDocument(string, DocumentSenderDetail, List<DocumentCcDetails>, long, long?, string, string, DocumentStatus?, List<DocumentSignerDetails>, long?, bool, List<string>, BehalfOf)
Initializes a new instance of the BehalfDocument class.
public BehalfDocument(string documentId = null, DocumentSenderDetail senderDetail = null, List<DocumentCcDetails> ccDetails = null, long createdDate = 0, long? activityDate = null, string activityBy = null, string messageTitle = null, DocumentStatus? status = null, List<DocumentSignerDetails> signerDetails = null, long? expiryDate = null, bool enableSigningOrder = false, List<string> labels = null, BehalfOf behalf = null)
Parameters
documentId
stringGets or sets the document id..
senderDetail
DocumentSenderDetailsenderDetail.
ccDetails
List<DocumentCcDetails>Gets or sets the CC details..
createdDate
longGets or sets the createdDate..
activityDate
long?Gets or sets the activityDate..
activityBy
stringGets or sets the activityBy..
messageTitle
stringGets or sets the messageTitle..
status
DocumentStatus?status.
signerDetails
List<DocumentSignerDetails>Gets or sets the signerDetails..
expiryDate
long?Gets or sets the expiryDate..
enableSigningOrder
boolGets or sets a value indicating whether to enable signing order..
labels
List<string>Gets or sets the labels.
behalf
BehalfOfGets or sets the behalf details.
Properties
BehalfOf
Gets or sets the behalf detail.
[DataMember(Name = "behalfOf", EmitDefaultValue = false)]
public BehalfOf BehalfOf { get; set; }