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 Classification
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 |
---|---|
Classification |
AsEnabled
Gets this instance as a Enabled, or null
.
Declaration
public ClassificationPolicyEnumWrapper.Enabled AsEnabled { get; }
Property Value
Type | Description |
---|---|
Classification |
AsMemberAndTeamFolders
Gets this instance as a MemberAndTeamFolders, or null
.
Declaration
public ClassificationPolicyEnumWrapper.MemberAndTeamFolders AsMemberAndTeamFolders { get; }
Property Value
Type | Description |
---|---|
Classification |
AsOther
Gets this instance as a Other, or null
.
Declaration
public ClassificationPolicyEnumWrapper.Other AsOther { get; }
Property Value
Type | Description |
---|---|
Classification |
AsTeamFolders
Gets this instance as a TeamFolders, or null
.
Declaration
public ClassificationPolicyEnumWrapper.TeamFolders AsTeamFolders { get; }
Property Value
Type | Description |
---|---|
Classification |
IsDisabled
Gets a value indicating whether this instance is Disabled
Declaration
public bool IsDisabled { get; }
Property Value
Type | Description |
---|---|
System. |
IsEnabled
Gets a value indicating whether this instance is Enabled
Declaration
public bool IsEnabled { get; }
Property Value
Type | Description |
---|---|
System. |
IsMemberAndTeamFolders
Gets a value indicating whether this instance is MemberAndTeamFolders
Declaration
public bool IsMemberAndTeamFolders { get; }
Property Value
Type | Description |
---|---|
System. |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System. |
IsTeamFolders
Gets a value indicating whether this instance is TeamFolders
Declaration
public bool IsTeamFolders { get; }
Property Value
Type | Description |
---|---|
System. |