Show / Hide Table of Contents

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 Source

IntegrationPolicyChangedDetails(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 Source

IntegrationName

Name of the third-party integration.

Declaration
public string IntegrationName { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

NewValue

New integration policy.

Declaration
public IntegrationPolicy NewValue { get; protected set; }
Property Value
Type Description
IntegrationPolicy
| Improve this Doc View Source

PreviousValue

Previous integration policy.

Declaration
public IntegrationPolicy PreviousValue { get; protected set; }
Property Value
Type Description
IntegrationPolicy
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • IntegrationPolicyChangedDetails(String, IntegrationPolicy, IntegrationPolicy)
  • Properties
    • IntegrationName
    • NewValue
    • PreviousValue
Back to top Generated by DocFX