Dropbox .NET SDK
Show / Hide Table of Contents

Class RemovePropertiesError

The remove properties error object

Inheritance
object
RemovePropertiesError
RemovePropertiesError.Other
RemovePropertiesError.Path
RemovePropertiesError.PropertyGroupLookup
RemovePropertiesError.RestrictedContent
RemovePropertiesError.TemplateNotFound
RemovePropertiesError.UnsupportedFolder
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 RemovePropertiesError

Constructors

View Source

RemovePropertiesError()

Initializes a new instance of the RemovePropertiesError class.

Declaration
public RemovePropertiesError()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

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

AsPath

Gets this instance as a Path, or null.

Declaration
public RemovePropertiesError.Path AsPath { get; }
Property Value
Type Description
RemovePropertiesError.Path
View Source

AsPropertyGroupLookup

Gets this instance as a PropertyGroupLookup, or null.

Declaration
public RemovePropertiesError.PropertyGroupLookup AsPropertyGroupLookup { get; }
Property Value
Type Description
RemovePropertiesError.PropertyGroupLookup
View Source

AsRestrictedContent

Gets this instance as a RestrictedContent, or null.

Declaration
public RemovePropertiesError.RestrictedContent AsRestrictedContent { get; }
Property Value
Type Description
RemovePropertiesError.RestrictedContent
View Source

AsTemplateNotFound

Gets this instance as a TemplateNotFound, or null.

Declaration
public RemovePropertiesError.TemplateNotFound AsTemplateNotFound { get; }
Property Value
Type Description
RemovePropertiesError.TemplateNotFound
View Source

AsUnsupportedFolder

Gets this instance as a UnsupportedFolder, or null.

Declaration
public RemovePropertiesError.UnsupportedFolder AsUnsupportedFolder { get; }
Property Value
Type Description
RemovePropertiesError.UnsupportedFolder
View Source

IsOther

Gets a value indicating whether this instance is Other

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

IsPath

Gets a value indicating whether this instance is Path

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

IsPropertyGroupLookup

Gets a value indicating whether this instance is PropertyGroupLookup

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

IsRestrictedContent

Gets a value indicating whether this instance is RestrictedContent

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

IsTemplateNotFound

Gets a value indicating whether this instance is TemplateNotFound

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

IsUnsupportedFolder

Gets a value indicating whether this instance is UnsupportedFolder

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