Dropbox .NET SDK

Class GovernancePolicyEditDetailsDetails

Edited policy.

Inheritance
object
GovernancePolicyEditDetailsDetails
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 GovernancePolicyEditDetailsDetails

Constructors

View Source

GovernancePolicyEditDetailsDetails(string, string, string, string, string, PolicyType)

Initializes a new instance of the GovernancePolicyEditDetailsDetails class.

Declaration
public GovernancePolicyEditDetailsDetails(string governancePolicyId, string name, string attribute, string previousValue, string newValue, PolicyType policyType = null)
Parameters
Type Name Description
string governancePolicyId

Policy ID.

string name

Policy name.

string attribute

Attribute.

string previousValue

From.

string newValue

To.

PolicyType policyType

Policy type.

Properties

View Source

Attribute

Attribute.

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

GovernancePolicyId

Policy ID.

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

Name

Policy name.

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

NewValue

To.

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

PolicyType

Policy type.

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

PreviousValue

From.

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