Show / Hide Table of Contents

Class ClassificationType

The type of classification (currently only personal information)

Inheritance
System.Object
ClassificationType
ClassificationType.Other
ClassificationType.PersonalInformation
ClassificationType.Pii
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 ClassificationType

Constructors

| Improve this Doc View Source

ClassificationType()

Initializes a new instance of the ClassificationType class.

Declaration
public ClassificationType()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsPersonalInformation

Gets this instance as a PersonalInformation, or null.

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

AsPii

Gets this instance as a Pii, or null.

Declaration
public ClassificationType.Pii AsPii { get; }
Property Value
Type Description
ClassificationType.Pii
| 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

IsPii

Gets a value indicating whether this instance is Pii

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