Show / Hide Table of Contents

Class ClassificationPolicyEnumWrapper

Policy for controlling team access to the classification feature

Inheritance
System.Object
ClassificationPolicyEnumWrapper
ClassificationPolicyEnumWrapper.Disabled
ClassificationPolicyEnumWrapper.Enabled
ClassificationPolicyEnumWrapper.MemberAndTeamFolders
ClassificationPolicyEnumWrapper.Other
ClassificationPolicyEnumWrapper.TeamFolders
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 ClassificationPolicyEnumWrapper

Constructors

| Improve this Doc View Source

ClassificationPolicyEnumWrapper()

Initializes a new instance of the ClassificationPolicyEnumWrapper class.

Declaration
public ClassificationPolicyEnumWrapper()

Properties

| Improve this Doc View Source

AsDisabled

Gets this instance as a Disabled, or null.

Declaration
public ClassificationPolicyEnumWrapper.Disabled AsDisabled { get; }
Property Value
Type Description
ClassificationPolicyEnumWrapper.Disabled
| Improve this Doc View Source

AsEnabled

Gets this instance as a Enabled, or null.

Declaration
public ClassificationPolicyEnumWrapper.Enabled AsEnabled { get; }
Property Value
Type Description
ClassificationPolicyEnumWrapper.Enabled
| Improve this Doc View Source

AsMemberAndTeamFolders

Gets this instance as a MemberAndTeamFolders, or null.

Declaration
public ClassificationPolicyEnumWrapper.MemberAndTeamFolders AsMemberAndTeamFolders { get; }
Property Value
Type Description
ClassificationPolicyEnumWrapper.MemberAndTeamFolders
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public ClassificationPolicyEnumWrapper.Other AsOther { get; }
Property Value
Type Description
ClassificationPolicyEnumWrapper.Other
| Improve this Doc View Source

AsTeamFolders

Gets this instance as a TeamFolders, or null.

Declaration
public ClassificationPolicyEnumWrapper.TeamFolders AsTeamFolders { get; }
Property Value
Type Description
ClassificationPolicyEnumWrapper.TeamFolders
| Improve this Doc View Source

IsDisabled

Gets a value indicating whether this instance is Disabled

Declaration
public bool IsDisabled { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsEnabled

Gets a value indicating whether this instance is Enabled

Declaration
public bool IsEnabled { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsMemberAndTeamFolders

Gets a value indicating whether this instance is MemberAndTeamFolders

Declaration
public bool IsMemberAndTeamFolders { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTeamFolders

Gets a value indicating whether this instance is TeamFolders

Declaration
public bool IsTeamFolders { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ClassificationPolicyEnumWrapper()
  • Properties
    • AsDisabled
    • AsEnabled
    • AsMemberAndTeamFolders
    • AsOther
    • AsTeamFolders
    • IsDisabled
    • IsEnabled
    • IsMemberAndTeamFolders
    • IsOther
    • IsTeamFolders
Back to top Generated by DocFX