Dropbox .NET SDK

Class LabelType

Label type

Inheritance
object
LabelType
LabelType.Other
LabelType.PersonalInformation
LabelType.TestOnly
LabelType.UserDefinedTag
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class LabelType

Constructors

View Source

LabelType()

Initializes a new instance of the LabelType class.

Declaration
public LabelType()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public LabelType.Other AsOther { get; }
Property Value
Type Description
LabelType.Other
View Source

AsPersonalInformation

Gets this instance as a PersonalInformation, or null.

Declaration
public LabelType.PersonalInformation AsPersonalInformation { get; }
Property Value
Type Description
LabelType.PersonalInformation
View Source

AsTestOnly

Gets this instance as a TestOnly, or null.

Declaration
public LabelType.TestOnly AsTestOnly { get; }
Property Value
Type Description
LabelType.TestOnly
View Source

AsUserDefinedTag

Gets this instance as a UserDefinedTag, or null.

Declaration
public LabelType.UserDefinedTag AsUserDefinedTag { get; }
Property Value
Type Description
LabelType.UserDefinedTag
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsPersonalInformation

Gets a value indicating whether this instance is PersonalInformation

Declaration
public bool IsPersonalInformation { get; }
Property Value
Type Description
bool
View Source

IsTestOnly

Gets a value indicating whether this instance is TestOnly

Declaration
public bool IsTestOnly { get; }
Property Value
Type Description
bool
View Source

IsUserDefinedTag

Gets a value indicating whether this instance is UserDefinedTag

Declaration
public bool IsUserDefinedTag { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK