Class BehalfDocument
The behalf documents properties include users who acted on it, activity date, cc details, created date, and so on.
Inherited Members
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class BehalfDocument : Document
Constructors
| Improve this Doc View SourceBehalfDocument(String, DocumentSenderDetail, List<DocumentCcDetails>, Int64, Nullable<Int64>, String, String, Nullable<DocumentStatus>, List<DocumentSignerDetails>, Nullable<Int64>, Boolean, List<String>, BehalfOf)
Initializes a new instance of the BehalfDocument class.
Declaration
public BehalfDocument(string documentId = null, DocumentSenderDetail senderDetail = null, List<DocumentCcDetails> ccDetails = null, long createdDate = null, long? activityDate = null, string activityBy = null, string messageTitle = null, DocumentStatus? status = null, List<DocumentSignerDetails> signerDetails = null, long? expiryDate = null, bool enableSigningOrder = null, List<string> labels = null, BehalfOf behalf = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | documentId | Gets or sets the document id.. |
DocumentSenderDetail | senderDetail | senderDetail. |
List<DocumentCcDetails> | ccDetails | Gets or sets the CC details.. |
System.Int64 | createdDate | Gets or sets the createdDate.. |
System.Nullable<System.Int64> | activityDate | Gets or sets the activityDate.. |
System.String | activityBy | Gets or sets the activityBy.. |
System.String | messageTitle | Gets or sets the messageTitle.. |
System.Nullable<DocumentStatus> | status | status. |
List<DocumentSignerDetails> | signerDetails | Gets or sets the signerDetails.. |
System.Nullable<System.Int64> | expiryDate | Gets or sets the expiryDate.. |
System.Boolean | enableSigningOrder | Gets or sets a value indicating whether to enable signing order.. |
List<System.String> | labels | Gets or sets the labels. |
BehalfOf | behalf | Gets or sets the behalf details. |
Properties
| Improve this Doc View SourceBehalfOf
Gets or sets the behalf detail.
Declaration
public BehalfOf BehalfOf { get; set; }
Property Value
Type | Description |
---|---|
BehalfOf |