Dropbox .NET SDK

Class GovernancePolicyEditDurationDetails

Changed policy duration.

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

Constructors

View Source

GovernancePolicyEditDurationDetails(string, string, DurationLogInfo, DurationLogInfo, PolicyType)

Initializes a new instance of the GovernancePolicyEditDurationDetails class.

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

Policy ID.

string name

Policy name.

DurationLogInfo previousValue

From.

DurationLogInfo newValue

To.

PolicyType policyType

Policy type.

Properties

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 DurationLogInfo NewValue { get; protected set; }
Property Value
Type Description
DurationLogInfo
View Source

PolicyType

Policy type.

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

PreviousValue

From.

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