Class SendForSignaturePolicyChangedDetails
Changed send for signature policy for team.
Inheritance
System.Object
SendForSignaturePolicyChangedDetails
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SendForSignaturePolicyChangedDetails
Constructors
| Improve this Doc View SourceSendForSignaturePolicyChangedDetails(SendForSignaturePolicy, SendForSignaturePolicy)
Initializes a new instance of the SendForSignaturePolicyChangedDetails class.
Declaration
public SendForSignaturePolicyChangedDetails(SendForSignaturePolicy newValue, SendForSignaturePolicy previousValue)
Parameters
Type | Name | Description |
---|---|---|
SendForSignaturePolicy | newValue | New send for signature policy. |
SendForSignaturePolicy | previousValue | Previous send for signature policy. |
Properties
| Improve this Doc View SourceNewValue
New send for signature policy.
Declaration
public SendForSignaturePolicy NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
SendForSignaturePolicy |
PreviousValue
Previous send for signature policy.
Declaration
public SendForSignaturePolicy PreviousValue { get; protected set; }
Property Value
Type | Description |
---|---|
SendForSignaturePolicy |