Class LabelType
Label type
Inheritance
LabelType
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class LabelType
Constructors
View SourceLabelType()
Initializes a new instance of the LabelType class.
Declaration
public LabelType()
Properties
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 |
|---|---|
| bool |
IsPersonalInformation
Gets a value indicating whether this instance is PersonalInformation
Declaration
public bool IsPersonalInformation { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTestOnly
Gets a value indicating whether this instance is TestOnly
Declaration
public bool IsTestOnly { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUserDefinedTag
Gets a value indicating whether this instance is UserDefinedTag
Declaration
public bool IsUserDefinedTag { get; }
Property Value
| Type | Description |
|---|---|
| bool |