Class RevokeSharedLinkArg
The revoke shared link arg object
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class RevokeSharedLinkArg
Constructors
View SourceRevokeSharedLinkArg(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 SourceUrl
URL of the shared link.
Declaration
public string Url { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |