Dropbox .NET SDK
Show / Hide Table of Contents

Class RevokeSharedLinkArg

The revoke shared link arg object

Inheritance
object
RevokeSharedLinkArg
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class RevokeSharedLinkArg

Constructors

View Source

RevokeSharedLinkArg(string)

Initializes a new instance of the RevokeSharedLinkArg class.

Declaration
public RevokeSharedLinkArg(string url)
Parameters
Type Name Description
string url

URL of the shared link.

Properties

View Source

Url

URL of the shared link.

Declaration
public string Url { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK