Class IntegrationPolicyChangedDetails
Changed integration policy for team.
Inheritance
System.Object
IntegrationPolicyChangedDetails
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 IntegrationPolicyChangedDetails
Constructors
| Improve this Doc View SourceIntegrationPolicyChangedDetails(String, IntegrationPolicy, IntegrationPolicy)
Initializes a new instance of the IntegrationPolicyChangedDetails class.
Declaration
public IntegrationPolicyChangedDetails(string integrationName, IntegrationPolicy newValue, IntegrationPolicy previousValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | integrationName | Name of the third-party integration. |
IntegrationPolicy | newValue | New integration policy. |
IntegrationPolicy | previousValue | Previous integration policy. |
Properties
| Improve this Doc View SourceIntegrationName
Name of the third-party integration.
Declaration
public string IntegrationName { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
NewValue
New integration policy.
Declaration
public IntegrationPolicy NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
IntegrationPolicy |
PreviousValue
Previous integration policy.
Declaration
public IntegrationPolicy PreviousValue { get; protected set; }
Property Value
Type | Description |
---|---|
IntegrationPolicy |