Class TeamFolderArchiveError
The team folder archive error object
Inheritance
System.Object
TeamFolderArchiveError
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class TeamFolderArchiveError
Constructors
| Improve this Doc View SourceTeamFolderArchiveError()
Initializes a new instance of the TeamFolderArchiveError class.
Declaration
public TeamFolderArchiveError()
Properties
| Improve this Doc View SourceAsAccessError
Gets this instance as a AccessError, or null
.
Declaration
public TeamFolderArchiveError.AccessError AsAccessError { get; }
Property Value
Type | Description |
---|---|
TeamFolderArchiveError.AccessError |
AsOther
Gets this instance as a Other, or null
.
Declaration
public TeamFolderArchiveError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
TeamFolderArchiveError.Other |
AsStatusError
Gets this instance as a StatusError, or null
.
Declaration
public TeamFolderArchiveError.StatusError AsStatusError { get; }
Property Value
Type | Description |
---|---|
TeamFolderArchiveError.StatusError |
AsTeamSharedDropboxError
Gets this instance as a TeamSharedDropboxError, or null
.
Declaration
public TeamFolderArchiveError.TeamSharedDropboxError AsTeamSharedDropboxError { get; }
Property Value
Type | Description |
---|---|
TeamFolderArchiveError.TeamSharedDropboxError |
IsAccessError
Gets a value indicating whether this instance is AccessError
Declaration
public bool IsAccessError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsStatusError
Gets a value indicating whether this instance is StatusError
Declaration
public bool IsStatusError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTeamSharedDropboxError
Gets a value indicating whether this instance is TeamSharedDropboxError
Declaration
public bool IsTeamSharedDropboxError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |