Show / Hide Table of Contents

Class ContentAdministrationPolicyChangedDetails

Changed content management setting.

Inheritance
System.Object
ContentAdministrationPolicyChangedDetails
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 ContentAdministrationPolicyChangedDetails

Constructors

| Improve this Doc View Source

ContentAdministrationPolicyChangedDetails(String, String)

Initializes a new instance of the ContentAdministrationPolicyChangedDetails class.

Declaration
public ContentAdministrationPolicyChangedDetails(string newValue, string previousValue)
Parameters
Type Name Description
System.String newValue

New content administration policy.

System.String previousValue

Previous content administration policy.

Properties

| Improve this Doc View Source

NewValue

New content administration policy.

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

PreviousValue

Previous content administration policy.

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