Class CreateSharedLinkWithSettingsError
The create shared link with settings error object
Inheritance
System.Object
CreateSharedLinkWithSettingsError
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 CreateSharedLinkWithSettingsError
Constructors
| Improve this Doc View SourceCreateSharedLinkWithSettingsError()
Initializes a new instance of the CreateSharedLinkWithSettingsError class.
Declaration
public CreateSharedLinkWithSettingsError()
Properties
| Improve this Doc View SourceAsAccessDenied
Gets this instance as a AccessDenied, or null
.
Declaration
public CreateSharedLinkWithSettingsError.AccessDenied AsAccessDenied { get; }
Property Value
Type | Description |
---|---|
CreateSharedLinkWithSettingsError.AccessDenied |
AsEmailNotVerified
Gets this instance as a EmailNotVerified, or null
.
Declaration
public CreateSharedLinkWithSettingsError.EmailNotVerified AsEmailNotVerified { get; }
Property Value
Type | Description |
---|---|
CreateSharedLinkWithSettingsError.EmailNotVerified |
AsPath
Gets this instance as a Path, or null
.
Declaration
public CreateSharedLinkWithSettingsError.Path AsPath { get; }
Property Value
Type | Description |
---|---|
CreateSharedLinkWithSettingsError.Path |
AsSettingsError
Gets this instance as a SettingsError, or null
.
Declaration
public CreateSharedLinkWithSettingsError.SettingsError AsSettingsError { get; }
Property Value
Type | Description |
---|---|
CreateSharedLinkWithSettingsError.SettingsError |
AsSharedLinkAlreadyExists
Gets this instance as a SharedLinkAlreadyExists, or null
.
Declaration
public CreateSharedLinkWithSettingsError.SharedLinkAlreadyExists AsSharedLinkAlreadyExists { get; }
Property Value
Type | Description |
---|---|
CreateSharedLinkWithSettingsError.SharedLinkAlreadyExists |
IsAccessDenied
Gets a value indicating whether this instance is AccessDenied
Declaration
public bool IsAccessDenied { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsEmailNotVerified
Gets a value indicating whether this instance is EmailNotVerified
Declaration
public bool IsEmailNotVerified { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPath
Gets a value indicating whether this instance is Path
Declaration
public bool IsPath { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSettingsError
Gets a value indicating whether this instance is SettingsError
Declaration
public bool IsSettingsError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSharedLinkAlreadyExists
Gets a value indicating whether this instance is SharedLinkAlreadyExists
Declaration
public bool IsSharedLinkAlreadyExists { get; }
Property Value
Type | Description |
---|---|
System.Boolean |