Show / Hide Table of Contents

Class GovernancePolicyRemoveFoldersDetails

Removed folders from policy.

Inheritance
System.Object
GovernancePolicyRemoveFoldersDetails
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 GovernancePolicyRemoveFoldersDetails

Constructors

| Improve this Doc View Source

GovernancePolicyRemoveFoldersDetails(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
System.String governancePolicyId

Policy ID.

System.String name

Policy name.

PolicyType policyType

Policy type.

System.Collections.Generic.IEnumerable<System.String> folders

Folders.

System.String reason

Reason.

Properties

| Improve this Doc View Source

Folders

Folders.

Declaration
public IList<string> Folders { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>
| Improve this Doc View Source

GovernancePolicyId

Policy ID.

Declaration
public string GovernancePolicyId { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Policy name.

Declaration
public string Name { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PolicyType

Policy type.

Declaration
public PolicyType PolicyType { get; protected set; }
Property Value
Type Description
PolicyType
| Improve this Doc View Source

Reason

Reason.

Declaration
public string Reason { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GovernancePolicyRemoveFoldersDetails(String, String, PolicyType, IEnumerable<String>, String)
  • Properties
    • Folders
    • GovernancePolicyId
    • Name
    • PolicyType
    • Reason
Back to top Generated by DocFX