Class ClassificationPolicyEnumWrapper
Policy for controlling team access to the classification feature
Inheritance
System.Object
ClassificationPolicyEnumWrapper
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 SourceClassificationPolicyEnumWrapper()
Initializes a new instance of the ClassificationPolicyEnumWrapper class.
Declaration
public ClassificationPolicyEnumWrapper()
Properties
| Improve this Doc View SourceAsDisabled
Gets this instance as a Disabled, or null
.
Declaration
public ClassificationPolicyEnumWrapper.Disabled AsDisabled { get; }
Property Value
Type | Description |
---|---|
ClassificationPolicyEnumWrapper.Disabled |
AsEnabled
Gets this instance as a Enabled, or null
.
Declaration
public ClassificationPolicyEnumWrapper.Enabled AsEnabled { get; }
Property Value
Type | Description |
---|---|
ClassificationPolicyEnumWrapper.Enabled |
AsMemberAndTeamFolders
Gets this instance as a MemberAndTeamFolders, or null
.
Declaration
public ClassificationPolicyEnumWrapper.MemberAndTeamFolders AsMemberAndTeamFolders { get; }
Property Value
Type | Description |
---|---|
ClassificationPolicyEnumWrapper.MemberAndTeamFolders |
AsOther
Gets this instance as a Other, or null
.
Declaration
public ClassificationPolicyEnumWrapper.Other AsOther { get; }
Property Value
Type | Description |
---|---|
ClassificationPolicyEnumWrapper.Other |
AsTeamFolders
Gets this instance as a TeamFolders, or null
.
Declaration
public ClassificationPolicyEnumWrapper.TeamFolders AsTeamFolders { get; }
Property Value
Type | Description |
---|---|
ClassificationPolicyEnumWrapper.TeamFolders |
IsDisabled
Gets a value indicating whether this instance is Disabled
Declaration
public bool IsDisabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsEnabled
Gets a value indicating whether this instance is Enabled
Declaration
public bool IsEnabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMemberAndTeamFolders
Gets a value indicating whether this instance is MemberAndTeamFolders
Declaration
public bool IsMemberAndTeamFolders { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTeamFolders
Gets a value indicating whether this instance is TeamFolders
Declaration
public bool IsTeamFolders { get; }
Property Value
Type | Description |
---|---|
System.Boolean |