Dropbox .NET SDK

Class GovernancePolicyAddFolderFailedDetails

Couldn't add a folder to a policy.

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

Constructors

View Source

GovernancePolicyAddFolderFailedDetails(string, string, string, PolicyType, string)

Initializes a new instance of the GovernancePolicyAddFolderFailedDetails class.

Declaration
public GovernancePolicyAddFolderFailedDetails(string governancePolicyId, string name, string folder, PolicyType policyType = null, string reason = null)
Parameters
Type Name Description
string governancePolicyId

Policy ID.

string name

Policy name.

string folder

Folder.

PolicyType policyType

Policy type.

string reason

Reason.

Properties

View Source

Folder

Folder.

Declaration
public string Folder { 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

PolicyType

Policy type.

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

Reason

Reason.

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