Dropbox .NET SDK

Class ProtectPolicyScheduledDetails

Scheduled a Dropbox Protect policy.

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

Constructors

View Source

ProtectPolicyScheduledDetails(string)

Initializes a new instance of the ProtectPolicyScheduledDetails class.

Declaration
public ProtectPolicyScheduledDetails(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