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
- documentIdstring
- Gets or sets the document id.. 
- senderDetailDocumentSenderDetail
- senderDetail. 
- ccDetailsList<DocumentCcDetails>
- Gets or sets the CC details.. 
- createdDatelong
- Gets or sets the createdDate.. 
- activityDatelong?
- Gets or sets the activityDate.. 
- activityBystring
- Gets or sets the activityBy.. 
- messageTitlestring
- Gets or sets the messageTitle.. 
- statusDocumentStatus?
- status. 
- signerDetailsList<DocumentSignerDetails>
- Gets or sets the signerDetails.. 
- expiryDatelong?
- Gets or sets the expiryDate.. 
- enableSigningOrderbool
- Gets or sets a value indicating whether to enable signing order.. 
- labelsList<string>
- Gets or sets the labels. 
- behalfBehalfOf
- Gets or sets the behalf details. 
Properties
BehalfOf
Gets or sets the behalf detail.
[DataMember(Name = "behalfOf", EmitDefaultValue = false)]
public BehalfOf BehalfOf { get; set; }