Class AddPaperDocUserResult
The add paper doc user result object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class AddPaperDocUserResult
Constructors
| Improve this Doc View SourceAddPaperDocUserResult()
Initializes a new instance of the Add
Declaration
public AddPaperDocUserResult()
Properties
| Improve this Doc View SourceAsDailyLimitReached
Gets this instance as a DailyLimitReached, or null
.
Declaration
public AddPaperDocUserResult.DailyLimitReached AsDailyLimitReached { get; }
Property Value
Type | Description |
---|---|
Add |
AsFailedUserDataRetrieval
Gets this instance as a FailedUserDataRetrieval, or null
.
Declaration
public AddPaperDocUserResult.FailedUserDataRetrieval AsFailedUserDataRetrieval { get; }
Property Value
Type | Description |
---|---|
Add |
AsOther
Gets this instance as a Other, or null
.
Declaration
public AddPaperDocUserResult.Other AsOther { get; }
Property Value
Type | Description |
---|---|
Add |
AsPermissionAlreadyGranted
Gets this instance as a PermissionAlreadyGranted, or null
.
Declaration
public AddPaperDocUserResult.PermissionAlreadyGranted AsPermissionAlreadyGranted { get; }
Property Value
Type | Description |
---|---|
Add |
AsSharingOutsideTeamDisabled
Gets this instance as a SharingOutsideTeamDisabled, or null
.
Declaration
public AddPaperDocUserResult.SharingOutsideTeamDisabled AsSharingOutsideTeamDisabled { get; }
Property Value
Type | Description |
---|---|
Add |
AsSuccess
Gets this instance as a Success, or null
.
Declaration
public AddPaperDocUserResult.Success AsSuccess { get; }
Property Value
Type | Description |
---|---|
Add |
AsUnknownError
Gets this instance as a UnknownError, or null
.
Declaration
public AddPaperDocUserResult.UnknownError AsUnknownError { get; }
Property Value
Type | Description |
---|---|
Add |
AsUserIsOwner
Gets this instance as a UserIsOwner, or null
.
Declaration
public AddPaperDocUserResult.UserIsOwner AsUserIsOwner { get; }
Property Value
Type | Description |
---|---|
Add |
IsDailyLimitReached
Gets a value indicating whether this instance is DailyLimitReached
Declaration
public bool IsDailyLimitReached { get; }
Property Value
Type | Description |
---|---|
System. |
IsFailedUserDataRetrieval
Gets a value indicating whether this instance is FailedUserDataRetrieval
Declaration
public bool IsFailedUserDataRetrieval { 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. |
IsPermissionAlreadyGranted
Gets a value indicating whether this instance is PermissionAlreadyGranted
Declaration
public bool IsPermissionAlreadyGranted { get; }
Property Value
Type | Description |
---|---|
System. |
IsSharingOutsideTeamDisabled
Gets a value indicating whether this instance is SharingOutsideTeamDisabled
Declaration
public bool IsSharingOutsideTeamDisabled { get; }
Property Value
Type | Description |
---|---|
System. |
IsSuccess
Gets a value indicating whether this instance is Success
Declaration
public bool IsSuccess { get; }
Property Value
Type | Description |
---|---|
System. |
IsUnknownError
Gets a value indicating whether this instance is UnknownError
Declaration
public bool IsUnknownError { get; }
Property Value
Type | Description |
---|---|
System. |
IsUserIsOwner
Gets a value indicating whether this instance is UserIsOwner
Declaration
public bool IsUserIsOwner { get; }
Property Value
Type | Description |
---|---|
System. |