Show / Hide Table of Contents

Class TeamFolderUpdateSyncSettingsError

The team folder update sync settings error object

Inheritance
System.Object
TeamFolderUpdateSyncSettingsError
TeamFolderUpdateSyncSettingsError.AccessError
TeamFolderUpdateSyncSettingsError.Other
TeamFolderUpdateSyncSettingsError.StatusError
TeamFolderUpdateSyncSettingsError.SyncSettingsError
TeamFolderUpdateSyncSettingsError.TeamSharedDropboxError
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 TeamFolderUpdateSyncSettingsError

Constructors

| Improve this Doc View Source

TeamFolderUpdateSyncSettingsError()

Initializes a new instance of the TeamFolderUpdateSyncSettingsError class.

Declaration
public TeamFolderUpdateSyncSettingsError()

Properties

| Improve this Doc View Source

AsAccessError

Gets this instance as a AccessError, or null.

Declaration
public TeamFolderUpdateSyncSettingsError.AccessError AsAccessError { get; }
Property Value
Type Description
TeamFolderUpdateSyncSettingsError.AccessError
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public TeamFolderUpdateSyncSettingsError.Other AsOther { get; }
Property Value
Type Description
TeamFolderUpdateSyncSettingsError.Other
| Improve this Doc View Source

AsStatusError

Gets this instance as a StatusError, or null.

Declaration
public TeamFolderUpdateSyncSettingsError.StatusError AsStatusError { get; }
Property Value
Type Description
TeamFolderUpdateSyncSettingsError.StatusError
| Improve this Doc View Source

AsSyncSettingsError

Gets this instance as a SyncSettingsError, or null.

Declaration
public TeamFolderUpdateSyncSettingsError.SyncSettingsError AsSyncSettingsError { get; }
Property Value
Type Description
TeamFolderUpdateSyncSettingsError.SyncSettingsError
| Improve this Doc View Source

AsTeamSharedDropboxError

Gets this instance as a TeamSharedDropboxError, or null.

Declaration
public TeamFolderUpdateSyncSettingsError.TeamSharedDropboxError AsTeamSharedDropboxError { get; }
Property Value
Type Description
TeamFolderUpdateSyncSettingsError.TeamSharedDropboxError
| Improve this Doc View Source

IsAccessError

Gets a value indicating whether this instance is AccessError

Declaration
public bool IsAccessError { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsStatusError

Gets a value indicating whether this instance is StatusError

Declaration
public bool IsStatusError { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsSyncSettingsError

Gets a value indicating whether this instance is SyncSettingsError

Declaration
public bool IsSyncSettingsError { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTeamSharedDropboxError

Gets a value indicating whether this instance is TeamSharedDropboxError

Declaration
public bool IsTeamSharedDropboxError { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TeamFolderUpdateSyncSettingsError()
  • Properties
    • AsAccessError
    • AsOther
    • AsStatusError
    • AsSyncSettingsError
    • AsTeamSharedDropboxError
    • IsAccessError
    • IsOther
    • IsStatusError
    • IsSyncSettingsError
    • IsTeamSharedDropboxError
Back to top Generated by DocFX