Class GovernancePolicyAddFolderFailedDetails
Couldn't add a folder to a policy.
Inheritance
System.Object
GovernancePolicyAddFolderFailedDetails
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class GovernancePolicyAddFolderFailedDetails
Constructors
| Improve this Doc View SourceGovernancePolicyAddFolderFailedDetails(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 |
---|---|---|
System.String | governancePolicyId | Policy ID. |
System.String | name | Policy name. |
System.String | folder | Folder. |
PolicyType | policyType | Policy type. |
System.String | reason | Reason. |
Properties
| Improve this Doc View SourceFolder
Folder.
Declaration
public string Folder { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
GovernancePolicyId
Policy ID.
Declaration
public string GovernancePolicyId { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Policy name.
Declaration
public string Name { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
PolicyType
Policy type.
Declaration
public PolicyType PolicyType { get; protected set; }
Property Value
Type | Description |
---|---|
PolicyType |
Reason
Reason.
Declaration
public string Reason { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |