Dropbox .NET SDK

Class ProtectPolicyActivatedDetails

Activated a Dropbox Protect policy.

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

Constructors

View Source

ProtectPolicyActivatedDetails(string)

Initializes a new instance of the ProtectPolicyActivatedDetails class.

Declaration
public ProtectPolicyActivatedDetails(string policyId)
Parameters
Type Name Description
string policyId

Policy ID.

Properties

View Source

PolicyId

Policy ID.

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