Show / Hide Table of Contents

Class PropertyType

Data type of the given property field added.

Inheritance
System.Object
PropertyType
PropertyType.Other
PropertyType.String
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.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class PropertyType

Constructors

| Improve this Doc View Source

PropertyType()

Initializes a new instance of the PropertyType class.

Declaration
public PropertyType()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsString

Gets this instance as a String, or null.

Declaration
public PropertyType.String AsString { get; }
Property Value
Type Description
PropertyType.String
| 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

IsString

Gets a value indicating whether this instance is String

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