Show / Hide Table of Contents

Class TeamFolderUpdateSyncSettingsError.StatusError

The status error object

Inheritance
System.Object
TeamFolderUpdateSyncSettingsError
TeamFolderUpdateSyncSettingsError.StatusError
Inherited Members
TeamFolderUpdateSyncSettingsError.IsSyncSettingsError
TeamFolderUpdateSyncSettingsError.AsSyncSettingsError
TeamFolderUpdateSyncSettingsError.IsAccessError
TeamFolderUpdateSyncSettingsError.AsAccessError
TeamFolderUpdateSyncSettingsError.IsStatusError
TeamFolderUpdateSyncSettingsError.AsStatusError
TeamFolderUpdateSyncSettingsError.IsTeamSharedDropboxError
TeamFolderUpdateSyncSettingsError.AsTeamSharedDropboxError
TeamFolderUpdateSyncSettingsError.IsOther
TeamFolderUpdateSyncSettingsError.AsOther
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 sealed class StatusError : TeamFolderUpdateSyncSettingsError

Constructors

| Improve this Doc View Source

StatusError(TeamFolderInvalidStatusError)

Initializes a new instance of the TeamFolderUpdateSyncSettingsError.StatusError class.

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

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public TeamFolderInvalidStatusError Value { get; }
Property Value
Type Description
TeamFolderInvalidStatusError
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • StatusError(TeamFolderInvalidStatusError)
  • Properties
    • Value
Back to top Generated by DocFX