• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class RevokeSharedLinkArg

The revoke shared link arg object

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

Constructors

| Improve this Doc View Source

RevokeSharedLinkArg(String)

Initializes a new instance of the RevokeSharedLinkArg class.

Declaration
public RevokeSharedLinkArg(string url)
Parameters
Type Name Description
System.String url

URL of the shared link.

Properties

| Improve this Doc View Source

Url

URL of the shared link.

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