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 Create
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 |
---|---|
Create |
AsEmailNotVerified
Gets this instance as a EmailNotVerified, or null
.
Declaration
public CreateSharedLinkWithSettingsError.EmailNotVerified AsEmailNotVerified { get; }
Property Value
Type | Description |
---|---|
Create |
AsPath
Gets this instance as a Path, or null
.
Declaration
public CreateSharedLinkWithSettingsError.Path AsPath { get; }
Property Value
Type | Description |
---|---|
Create |
AsSettingsError
Gets this instance as a SettingsError, or null
.
Declaration
public CreateSharedLinkWithSettingsError.SettingsError AsSettingsError { get; }
Property Value
Type | Description |
---|---|
Create |
AsSharedLinkAlreadyExists
Gets this instance as a SharedLinkAlreadyExists, or null
.
Declaration
public CreateSharedLinkWithSettingsError.SharedLinkAlreadyExists AsSharedLinkAlreadyExists { get; }
Property Value
Type | Description |
---|---|
Create |
IsAccessDenied
Gets a value indicating whether this instance is AccessDenied
Declaration
public bool IsAccessDenied { get; }
Property Value
Type | Description |
---|---|
System. |
IsEmailNotVerified
Gets a value indicating whether this instance is EmailNotVerified
Declaration
public bool IsEmailNotVerified { get; }
Property Value
Type | Description |
---|---|
System. |
IsPath
Gets a value indicating whether this instance is Path
Declaration
public bool IsPath { get; }
Property Value
Type | Description |
---|---|
System. |
IsSettingsError
Gets a value indicating whether this instance is SettingsError
Declaration
public bool IsSettingsError { get; }
Property Value
Type | Description |
---|---|
System. |
IsSharedLinkAlreadyExists
Gets a value indicating whether this instance is SharedLinkAlreadyExists
Declaration
public bool IsSharedLinkAlreadyExists { get; }
Property Value
Type | Description |
---|---|
System. |