Class SharedLinkSettingsError
The shared link settings error object
Inheritance
System.Object
SharedLinkSettingsError
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkSettingsError
Constructors
| Improve this Doc View SourceSharedLinkSettingsError()
Initializes a new instance of the SharedLinkSettingsError class.
Declaration
public SharedLinkSettingsError()
Properties
| Improve this Doc View SourceAsInvalidSettings
Gets this instance as a InvalidSettings, or null
.
Declaration
public SharedLinkSettingsError.InvalidSettings AsInvalidSettings { get; }
Property Value
Type | Description |
---|---|
SharedLinkSettingsError.InvalidSettings |
AsNotAuthorized
Gets this instance as a NotAuthorized, or null
.
Declaration
public SharedLinkSettingsError.NotAuthorized AsNotAuthorized { get; }
Property Value
Type | Description |
---|---|
SharedLinkSettingsError.NotAuthorized |
IsInvalidSettings
Gets a value indicating whether this instance is InvalidSettings
Declaration
public bool IsInvalidSettings { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNotAuthorized
Gets a value indicating whether this instance is NotAuthorized
Declaration
public bool IsNotAuthorized { get; }
Property Value
Type | Description |
---|---|
System.Boolean |