Show / Hide Table of Contents

Class AddPaperDocUserResult

The add paper doc user result object

Inheritance
System.Object
AddPaperDocUserResult
AddPaperDocUserResult.DailyLimitReached
AddPaperDocUserResult.FailedUserDataRetrieval
AddPaperDocUserResult.Other
AddPaperDocUserResult.PermissionAlreadyGranted
AddPaperDocUserResult.SharingOutsideTeamDisabled
AddPaperDocUserResult.Success
AddPaperDocUserResult.UnknownError
AddPaperDocUserResult.UserIsOwner
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.Paper
Assembly: Dropbox.Api.dll
Syntax
public class AddPaperDocUserResult

Constructors

| Improve this Doc View Source

AddPaperDocUserResult()

Initializes a new instance of the AddPaperDocUserResult class.

Declaration
public AddPaperDocUserResult()

Properties

| Improve this Doc View Source

AsDailyLimitReached

Gets this instance as a DailyLimitReached, or null.

Declaration
public AddPaperDocUserResult.DailyLimitReached AsDailyLimitReached { get; }
Property Value
Type Description
AddPaperDocUserResult.DailyLimitReached
| Improve this Doc View Source

AsFailedUserDataRetrieval

Gets this instance as a FailedUserDataRetrieval, or null.

Declaration
public AddPaperDocUserResult.FailedUserDataRetrieval AsFailedUserDataRetrieval { get; }
Property Value
Type Description
AddPaperDocUserResult.FailedUserDataRetrieval
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public AddPaperDocUserResult.Other AsOther { get; }
Property Value
Type Description
AddPaperDocUserResult.Other
| Improve this Doc View Source

AsPermissionAlreadyGranted

Gets this instance as a PermissionAlreadyGranted, or null.

Declaration
public AddPaperDocUserResult.PermissionAlreadyGranted AsPermissionAlreadyGranted { get; }
Property Value
Type Description
AddPaperDocUserResult.PermissionAlreadyGranted
| Improve this Doc View Source

AsSharingOutsideTeamDisabled

Gets this instance as a SharingOutsideTeamDisabled, or null.

Declaration
public AddPaperDocUserResult.SharingOutsideTeamDisabled AsSharingOutsideTeamDisabled { get; }
Property Value
Type Description
AddPaperDocUserResult.SharingOutsideTeamDisabled
| Improve this Doc View Source

AsSuccess

Gets this instance as a Success, or null.

Declaration
public AddPaperDocUserResult.Success AsSuccess { get; }
Property Value
Type Description
AddPaperDocUserResult.Success
| Improve this Doc View Source

AsUnknownError

Gets this instance as a UnknownError, or null.

Declaration
public AddPaperDocUserResult.UnknownError AsUnknownError { get; }
Property Value
Type Description
AddPaperDocUserResult.UnknownError
| Improve this Doc View Source

AsUserIsOwner

Gets this instance as a UserIsOwner, or null.

Declaration
public AddPaperDocUserResult.UserIsOwner AsUserIsOwner { get; }
Property Value
Type Description
AddPaperDocUserResult.UserIsOwner
| Improve this Doc View Source

IsDailyLimitReached

Gets a value indicating whether this instance is DailyLimitReached

Declaration
public bool IsDailyLimitReached { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsFailedUserDataRetrieval

Gets a value indicating whether this instance is FailedUserDataRetrieval

Declaration
public bool IsFailedUserDataRetrieval { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPermissionAlreadyGranted

Gets a value indicating whether this instance is PermissionAlreadyGranted

Declaration
public bool IsPermissionAlreadyGranted { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsSharingOutsideTeamDisabled

Gets a value indicating whether this instance is SharingOutsideTeamDisabled

Declaration
public bool IsSharingOutsideTeamDisabled { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsSuccess

Gets a value indicating whether this instance is Success

Declaration
public bool IsSuccess { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUnknownError

Gets a value indicating whether this instance is UnknownError

Declaration
public bool IsUnknownError { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUserIsOwner

Gets a value indicating whether this instance is UserIsOwner

Declaration
public bool IsUserIsOwner { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AddPaperDocUserResult()
  • Properties
    • AsDailyLimitReached
    • AsFailedUserDataRetrieval
    • AsOther
    • AsPermissionAlreadyGranted
    • AsSharingOutsideTeamDisabled
    • AsSuccess
    • AsUnknownError
    • AsUserIsOwner
    • IsDailyLimitReached
    • IsFailedUserDataRetrieval
    • IsOther
    • IsPermissionAlreadyGranted
    • IsSharingOutsideTeamDisabled
    • IsSuccess
    • IsUnknownError
    • IsUserIsOwner
Back to top Generated by DocFX