Class WebFileJsonSignManifest
Inheritance
System.Object
WebFileJsonSignManifest
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Models.JSON
Assembly: SecureExchangesSDK.dll
Syntax
public class WebFileJsonSignManifest
Constructors
WebFileJsonSignManifest()
Declaration
public WebFileJsonSignManifest()
Properties
BCCRecipients
Thoses recipient will received a final copie of the document witout be view by the signatories.
Declaration
public List<Recipient> BCCRecipients { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Recipient> |
CCRecipients
thoses recipient will received a copie of the document signed document but they do not need to sign
Declaration
public List<Recipient> CCRecipients { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Recipient> |
ManifestID
Declaration
public string ManifestID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ManifestRecipientID
Declaration
public string ManifestRecipientID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Recipients
Declaration
public List<Recipient> Recipients { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Recipient> |
RecipientsZoneDef
Recipient defined zone
Declaration
public List<RecipientZoneDefinition> RecipientsZoneDef { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RecipientZoneDefinition> |
SignatureOptions
Define the options for the signature
Declaration
public SignOptions SignatureOptions { get; set; }
Property Value
Type | Description |
---|---|
SignOptions |