Class LabelType
Label type
Inheritance
System.Object
LabelType
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 LabelType
Constructors
| Improve this Doc View SourceLabelType()
Initializes a new instance of the LabelType class.
Declaration
public LabelType()
Properties
| Improve this Doc View SourceAsOther
Gets this instance as a Other, or null
.
Declaration
public LabelType.Other AsOther { get; }
Property Value
Type | Description |
---|---|
LabelType.Other |
AsPersonalInformation
Gets this instance as a PersonalInformation, or null
.
Declaration
public LabelType.PersonalInformation AsPersonalInformation { get; }
Property Value
Type | Description |
---|---|
LabelType.PersonalInformation |
AsTestOnly
Gets this instance as a TestOnly, or null
.
Declaration
public LabelType.TestOnly AsTestOnly { get; }
Property Value
Type | Description |
---|---|
LabelType.TestOnly |
AsUserDefinedTag
Gets this instance as a UserDefinedTag, or null
.
Declaration
public LabelType.UserDefinedTag AsUserDefinedTag { get; }
Property Value
Type | Description |
---|---|
LabelType.UserDefinedTag |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPersonalInformation
Gets a value indicating whether this instance is PersonalInformation
Declaration
public bool IsPersonalInformation { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTestOnly
Gets a value indicating whether this instance is TestOnly
Declaration
public bool IsTestOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUserDefinedTag
Gets a value indicating whether this instance is UserDefinedTag
Declaration
public bool IsUserDefinedTag { get; }
Property Value
Type | Description |
---|---|
System.Boolean |