Class SharedLinkAccessFailureReason
The shared link access failure reason object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkAccessFailureReason
Constructors
| Improve this Doc View SourceSharedLinkAccessFailureReason()
Initializes a new instance of the Shared
Declaration
public SharedLinkAccessFailureReason()
Properties
| Improve this Doc View SourceAsEmailVerifyRequired
Gets this instance as a EmailVerifyRequired, or null
.
Declaration
public SharedLinkAccessFailureReason.EmailVerifyRequired AsEmailVerifyRequired { get; }
Property Value
Type | Description |
---|---|
Shared |
AsLoginRequired
Gets this instance as a LoginRequired, or null
.
Declaration
public SharedLinkAccessFailureReason.LoginRequired AsLoginRequired { get; }
Property Value
Type | Description |
---|---|
Shared |
AsOther
Gets this instance as a Other, or null
.
Declaration
public SharedLinkAccessFailureReason.Other AsOther { get; }
Property Value
Type | Description |
---|---|
Shared |
AsOwnerOnly
Gets this instance as a OwnerOnly, or null
.
Declaration
public SharedLinkAccessFailureReason.OwnerOnly AsOwnerOnly { get; }
Property Value
Type | Description |
---|---|
Shared |
AsPasswordRequired
Gets this instance as a PasswordRequired, or null
.
Declaration
public SharedLinkAccessFailureReason.PasswordRequired AsPasswordRequired { get; }
Property Value
Type | Description |
---|---|
Shared |
AsTeamOnly
Gets this instance as a TeamOnly, or null
.
Declaration
public SharedLinkAccessFailureReason.TeamOnly AsTeamOnly { get; }
Property Value
Type | Description |
---|---|
Shared |
IsEmailVerifyRequired
Gets a value indicating whether this instance is EmailVerifyRequired
Declaration
public bool IsEmailVerifyRequired { get; }
Property Value
Type | Description |
---|---|
System. |
IsLoginRequired
Gets a value indicating whether this instance is LoginRequired
Declaration
public bool IsLoginRequired { get; }
Property Value
Type | Description |
---|---|
System. |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System. |
IsOwnerOnly
Gets a value indicating whether this instance is OwnerOnly
Declaration
public bool IsOwnerOnly { get; }
Property Value
Type | Description |
---|---|
System. |
IsPasswordRequired
Gets a value indicating whether this instance is PasswordRequired
Declaration
public bool IsPasswordRequired { get; }
Property Value
Type | Description |
---|---|
System. |
IsTeamOnly
Gets a value indicating whether this instance is TeamOnly
Declaration
public bool IsTeamOnly { get; }
Property Value
Type | Description |
---|---|
System. |