Class PropertyType
Data type of the given property field added.
Inherited Members
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class PropertyType
Constructors
View SourcePropertyType()
Initializes a new instance of the PropertyType class.
Declaration
public PropertyType()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public PropertyType.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| PropertyType.Other |
AsString
Gets this instance as a String, or null.
Declaration
public PropertyType.String AsString { get; }
Property Value
| Type | Description |
|---|---|
| PropertyType.String |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsString
Gets a value indicating whether this instance is String
Declaration
public bool IsString { get; }
Property Value
| Type | Description |
|---|---|
| bool |