Dropbox .NET SDK

Class ContentAdministrationPolicyChangedDetails

Changed content management setting.

Inheritance
object
ContentAdministrationPolicyChangedDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ContentAdministrationPolicyChangedDetails

Constructors

View Source

ContentAdministrationPolicyChangedDetails(string, string)

Initializes a new instance of the ContentAdministrationPolicyChangedDetails class.

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

New content administration policy.

string previousValue

Previous content administration policy.

Properties

View Source

NewValue

New content administration policy.

Declaration
public string NewValue { get; protected set; }
Property Value
Type Description
string
View Source

PreviousValue

Previous content administration policy.

Declaration
public string PreviousValue { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK