Class RemoveAuthentication
The remove Authentication model.
Inheritance
System.Object
RemoveAuthentication
Namespace: BoldSign.Api.Model
Assembly: BoldSign.Api.dll
Syntax
public class RemoveAuthentication : object
Constructors
| Improve this Doc View SourceRemoveAuthentication(String, Nullable<Int32>, String, PhoneNumber)
Initializes a new instance of the RemoveAuthentication class.
Declaration
public RemoveAuthentication(string emailId, int? zorder, string onBehalfOf = null, PhoneNumber phoneNumber = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | emailId | The User Service. |
System.Nullable<System.Int32> | zorder | The emailHandler. |
System.String | onBehalfOf | The on behalfof email. |
PhoneNumber | phoneNumber | The phone number. |
Properties
| Improve this Doc View SourceEmailId
Gets or sets the access code.
Declaration
public string EmailId { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets the value of access code. |
OnBehalfOf
Gets or sets the on behalf of email.
Declaration
public string OnBehalfOf { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PhoneNumber
Gets or sets the on behalf of email.
Declaration
public PhoneNumber PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
PhoneNumber |
ZOrder
Gets or sets the access code.
Declaration
public int? ZOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | Gets the value of access code. |