Show / Hide Table of Contents

Class InsufficientPlan

The insufficient plan object

Inheritance
System.Object
InsufficientPlan
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 InsufficientPlan

Constructors

| Improve this Doc View Source

InsufficientPlan(String, String)

Initializes a new instance of the InsufficientPlan class.

Declaration
public InsufficientPlan(string message, string upsellUrl = null)
Parameters
Type Name Description
System.String message

A message to tell the user to upgrade in order to support expected action.

System.String upsellUrl

A URL to send the user to in order to obtain the account type they need, e.g. upgrading. Absent if there is no action the user can take to upgrade.

Properties

| Improve this Doc View Source

Message

A message to tell the user to upgrade in order to support expected action.

Declaration
public string Message { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

UpsellUrl

A URL to send the user to in order to obtain the account type they need, e.g. upgrading. Absent if there is no action the user can take to upgrade.

Declaration
public string UpsellUrl { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • InsufficientPlan(String, String)
  • Properties
    • Message
    • UpsellUrl
Back to top Generated by DocFX