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 SourceRevokeSharedLinkArg(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 SourceUrl
URL of the shared link.
Declaration
public string Url { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |