Class GovernancePolicyAddFoldersDetails
Added folders to policy.
Inheritance
System.Object
GovernancePolicyAddFoldersDetails
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 GovernancePolicyAddFoldersDetails
Constructors
| Improve this Doc View SourceGovernancePolicyAddFoldersDetails(String, String, PolicyType, IEnumerable<String>)
Initializes a new instance of the GovernancePolicyAddFoldersDetails class.
Declaration
public GovernancePolicyAddFoldersDetails(string governancePolicyId, string name, PolicyType policyType = null, IEnumerable<string> folders = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | governancePolicyId | Policy ID. |
System.String | name | Policy name. |
PolicyType | policyType | Policy type. |
System.Collections.Generic.IEnumerable<System.String> | folders | Folders. |
Properties
| Improve this Doc View SourceFolders
Folders.
Declaration
public IList<string> Folders { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<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 |