Class PropertiesError
The properties error object
Inheritance
System.Object
PropertiesError
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 PropertiesError
Constructors
| Improve this Doc View SourcePropertiesError()
Initializes a new instance of the PropertiesError class.
Declaration
public PropertiesError()
Properties
| Improve this Doc View SourceAsOther
Gets this instance as a Other, or null
.
Declaration
public PropertiesError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
PropertiesError.Other |
AsPath
Gets this instance as a Path, or null
.
Declaration
public PropertiesError.Path AsPath { get; }
Property Value
Type | Description |
---|---|
PropertiesError.Path |
AsRestrictedContent
Gets this instance as a RestrictedContent, or null
.
Declaration
public PropertiesError.RestrictedContent AsRestrictedContent { get; }
Property Value
Type | Description |
---|---|
PropertiesError.RestrictedContent |
AsTemplateNotFound
Gets this instance as a TemplateNotFound, or null
.
Declaration
public PropertiesError.TemplateNotFound AsTemplateNotFound { get; }
Property Value
Type | Description |
---|---|
PropertiesError.TemplateNotFound |
AsUnsupportedFolder
Gets this instance as a UnsupportedFolder, or null
.
Declaration
public PropertiesError.UnsupportedFolder AsUnsupportedFolder { get; }
Property Value
Type | Description |
---|---|
PropertiesError.UnsupportedFolder |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPath
Gets a value indicating whether this instance is Path
Declaration
public bool IsPath { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRestrictedContent
Gets a value indicating whether this instance is RestrictedContent
Declaration
public bool IsRestrictedContent { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTemplateNotFound
Gets a value indicating whether this instance is TemplateNotFound
Declaration
public bool IsTemplateNotFound { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUnsupportedFolder
Gets a value indicating whether this instance is UnsupportedFolder
Declaration
public bool IsUnsupportedFolder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |