Dropbox .NET SDK
Show / Hide Table of Contents

Class PropertyType

Data type of the given property field added.

Inheritance
object
PropertyType
PropertyType.Other
PropertyType.String
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class PropertyType

Constructors

View Source

PropertyType()

Initializes a new instance of the PropertyType class.

Declaration
public PropertyType()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

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

AsString

Gets this instance as a String, or null.

Declaration
public PropertyType.String AsString { get; }
Property Value
Type Description
PropertyType.String
View Source

IsOther

Gets a value indicating whether this instance is Other

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

IsString

Gets a value indicating whether this instance is String

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