Class GovernancePolicyRemoveFoldersDetails
Removed folders from policy.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class GovernancePolicyRemoveFoldersDetails
Constructors
View SourceGovernancePolicyRemoveFoldersDetails(string, string, PolicyType, IEnumerable<string>, string)
Initializes a new instance of the GovernancePolicyRemoveFoldersDetails class.
Declaration
public GovernancePolicyRemoveFoldersDetails(string governancePolicyId, string name, PolicyType policyType = null, IEnumerable<string> folders = null, string reason = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | governancePolicyId | Policy ID. |
| string | name | Policy name. |
| PolicyType | policyType | Policy type. |
| IEnumerable<string> | folders | Folders. |
| string | reason | Reason. |
Properties
View SourceFolders
Folders.
Declaration
public IList<string> Folders { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
GovernancePolicyId
Policy ID.
Declaration
public string GovernancePolicyId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Policy name.
Declaration
public string Name { get; protected set; }
Property Value
| Type | Description |
|---|---|
| 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 |
|---|---|
| string |