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 AddPaperDocUserResult class.
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 |
---|---|
AddPaperDocUserResult.DailyLimitReached |
AsFailedUserDataRetrieval
Gets this instance as a FailedUserDataRetrieval, or null
.
Declaration
public AddPaperDocUserResult.FailedUserDataRetrieval AsFailedUserDataRetrieval { get; }
Property Value
Type | Description |
---|---|
AddPaperDocUserResult.FailedUserDataRetrieval |
AsOther
Gets this instance as a Other, or null
.
Declaration
public AddPaperDocUserResult.Other AsOther { get; }
Property Value
Type | Description |
---|---|
AddPaperDocUserResult.Other |
AsPermissionAlreadyGranted
Gets this instance as a PermissionAlreadyGranted, or null
.
Declaration
public AddPaperDocUserResult.PermissionAlreadyGranted AsPermissionAlreadyGranted { get; }
Property Value
Type | Description |
---|---|
AddPaperDocUserResult.PermissionAlreadyGranted |
AsSharingOutsideTeamDisabled
Gets this instance as a SharingOutsideTeamDisabled, or null
.
Declaration
public AddPaperDocUserResult.SharingOutsideTeamDisabled AsSharingOutsideTeamDisabled { get; }
Property Value
Type | Description |
---|---|
AddPaperDocUserResult.SharingOutsideTeamDisabled |
AsSuccess
Gets this instance as a Success, or null
.
Declaration
public AddPaperDocUserResult.Success AsSuccess { get; }
Property Value
Type | Description |
---|---|
AddPaperDocUserResult.Success |
AsUnknownError
Gets this instance as a UnknownError, or null
.
Declaration
public AddPaperDocUserResult.UnknownError AsUnknownError { get; }
Property Value
Type | Description |
---|---|
AddPaperDocUserResult.UnknownError |
AsUserIsOwner
Gets this instance as a UserIsOwner, or null
.
Declaration
public AddPaperDocUserResult.UserIsOwner AsUserIsOwner { get; }
Property Value
Type | Description |
---|---|
AddPaperDocUserResult.UserIsOwner |
IsDailyLimitReached
Gets a value indicating whether this instance is DailyLimitReached
Declaration
public bool IsDailyLimitReached { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFailedUserDataRetrieval
Gets a value indicating whether this instance is FailedUserDataRetrieval
Declaration
public bool IsFailedUserDataRetrieval { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPermissionAlreadyGranted
Gets a value indicating whether this instance is PermissionAlreadyGranted
Declaration
public bool IsPermissionAlreadyGranted { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSharingOutsideTeamDisabled
Gets a value indicating whether this instance is SharingOutsideTeamDisabled
Declaration
public bool IsSharingOutsideTeamDisabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSuccess
Gets a value indicating whether this instance is Success
Declaration
public bool IsSuccess { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUnknownError
Gets a value indicating whether this instance is UnknownError
Declaration
public bool IsUnknownError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUserIsOwner
Gets a value indicating whether this instance is UserIsOwner
Declaration
public bool IsUserIsOwner { get; }
Property Value
Type | Description |
---|---|
System.Boolean |