Dropbox .NET SDK

Class GovernancePolicyAddFoldersDetails

Added folders to policy.

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

Constructors

View Source

GovernancePolicyAddFoldersDetails(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
string governancePolicyId

Policy ID.

string name

Policy name.

PolicyType policyType

Policy type.

IEnumerable<string> folders

Folders.

Properties

View Source

Folders

Folders.

Declaration
public IList<string> Folders { get; protected set; }
Property Value
Type Description
IList<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
In this article
Back to top Dropbox .NET SDK