Class RemovePropertiesError
The remove properties error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class RemovePropertiesError
Constructors
| Improve this Doc View SourceRemovePropertiesError()
Initializes a new instance of the Remove
Declaration
public RemovePropertiesError()
Properties
| Improve this Doc View SourceAsOther
Gets this instance as a Other, or null
.
Declaration
public RemovePropertiesError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
Remove |
AsPath
Gets this instance as a Path, or null
.
Declaration
public RemovePropertiesError.Path AsPath { get; }
Property Value
Type | Description |
---|---|
Remove |
AsPropertyGroupLookup
Gets this instance as a PropertyGroupLookup, or null
.
Declaration
public RemovePropertiesError.PropertyGroupLookup AsPropertyGroupLookup { get; }
Property Value
Type | Description |
---|---|
Remove |
AsRestrictedContent
Gets this instance as a RestrictedContent, or null
.
Declaration
public RemovePropertiesError.RestrictedContent AsRestrictedContent { get; }
Property Value
Type | Description |
---|---|
Remove |
AsTemplateNotFound
Gets this instance as a TemplateNotFound, or null
.
Declaration
public RemovePropertiesError.TemplateNotFound AsTemplateNotFound { get; }
Property Value
Type | Description |
---|---|
Remove |
AsUnsupportedFolder
Gets this instance as a UnsupportedFolder, or null
.
Declaration
public RemovePropertiesError.UnsupportedFolder AsUnsupportedFolder { get; }
Property Value
Type | Description |
---|---|
Remove |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System. |
IsPath
Gets a value indicating whether this instance is Path
Declaration
public bool IsPath { get; }
Property Value
Type | Description |
---|---|
System. |
IsPropertyGroupLookup
Gets a value indicating whether this instance is PropertyGroupLookup
Declaration
public bool IsPropertyGroupLookup { get; }
Property Value
Type | Description |
---|---|
System. |
IsRestrictedContent
Gets a value indicating whether this instance is RestrictedContent
Declaration
public bool IsRestrictedContent { get; }
Property Value
Type | Description |
---|---|
System. |
IsTemplateNotFound
Gets a value indicating whether this instance is TemplateNotFound
Declaration
public bool IsTemplateNotFound { get; }
Property Value
Type | Description |
---|---|
System. |
IsUnsupportedFolder
Gets a value indicating whether this instance is UnsupportedFolder
Declaration
public bool IsUnsupportedFolder { get; }
Property Value
Type | Description |
---|---|
System. |