Dropbox .NET SDK
Show / Hide Table of Contents

Class TeamFolderActivateError.StatusError

The status error object

Inheritance
object
TeamFolderActivateError
TeamFolderActivateError.StatusError
Inherited Members
TeamFolderActivateError.IsAccessError
TeamFolderActivateError.AsAccessError
TeamFolderActivateError.IsStatusError
TeamFolderActivateError.AsStatusError
TeamFolderActivateError.IsTeamSharedDropboxError
TeamFolderActivateError.AsTeamSharedDropboxError
TeamFolderActivateError.IsOther
TeamFolderActivateError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class TeamFolderActivateError.StatusError : TeamFolderActivateError

Constructors

View Source

StatusError(TeamFolderInvalidStatusError)

Initializes a new instance of the TeamFolderActivateError.StatusError class.

Declaration
public StatusError(TeamFolderInvalidStatusError value)
Parameters
Type Name Description
TeamFolderInvalidStatusError value

The value

Properties

View Source

Value

Gets the value of this instance.

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