Class ClassificationType
The type of classification (currently only personal information)
Inheritance
ClassificationType
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ClassificationType
Constructors
View SourceClassificationType()
Initializes a new instance of the ClassificationType class.
Declaration
public ClassificationType()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public ClassificationType.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ClassificationType.Other |
AsPersonalInformation
Gets this instance as a PersonalInformation, or null.
Declaration
public ClassificationType.PersonalInformation AsPersonalInformation { get; }
Property Value
| Type | Description |
|---|---|
| ClassificationType.PersonalInformation |
AsPii
Gets this instance as a Pii, or null.
Declaration
public ClassificationType.Pii AsPii { get; }
Property Value
| Type | Description |
|---|---|
| ClassificationType.Pii |
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 |
IsPii
Gets a value indicating whether this instance is Pii
Declaration
public bool IsPii { get; }
Property Value
| Type | Description |
|---|---|
| bool |