Created by Docfx
  • Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class LabelType

Label type

Inheritance
System.Object
LabelType
LabelType.Other
LabelType.PersonalInformation
LabelType.TestOnly
LabelType.UserDefinedTag
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 Source

LabelType()

Initializes a new instance of the LabelType class.

Declaration
public LabelType()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsPersonalInformation

Gets this instance as a PersonalInformation, or null.

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

AsTestOnly

Gets this instance as a TestOnly, or null.

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

AsUserDefinedTag

Gets this instance as a UserDefinedTag, or null.

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

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPersonalInformation

Gets a value indicating whether this instance is PersonalInformation

Declaration
public bool IsPersonalInformation { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTestOnly

Gets a value indicating whether this instance is TestOnly

Declaration
public bool IsTestOnly { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUserDefinedTag

Gets a value indicating whether this instance is UserDefinedTag

Declaration
public bool IsUserDefinedTag { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • LabelType()
  • Properties
    • AsOther
    • AsPersonalInformation
    • AsTestOnly
    • AsUserDefinedTag
    • IsOther
    • IsPersonalInformation
    • IsTestOnly
    • IsUserDefinedTag
Back to top Generated by DocFX