Show / Hide Table of Contents

Class GetSharedLinkMetadataArg

The get shared link metadata arg object

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

Constructors

| Improve this Doc View Source

GetSharedLinkMetadataArg(String, String, String)

Initializes a new instance of the GetSharedLinkMetadataArg class.

Declaration
public GetSharedLinkMetadataArg(string url, string path = null, string linkPassword = null)
Parameters
Type Name Description
System.String url

URL of the shared link.

System.String path

If the shared link is to a folder, this parameter can be used to retrieve the metadata for a specific file or sub-folder in this folder. A relative path should be used.

System.String linkPassword

If the shared link has a password, this parameter can be used.

Properties

| Improve this Doc View Source

LinkPassword

If the shared link has a password, this parameter can be used.

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

Path

If the shared link is to a folder, this parameter can be used to retrieve the metadata for a specific file or sub-folder in this folder. A relative path should be used.

Declaration
public string Path { get; protected set; }
Property Value
Type Description
System.String
| 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
    • GetSharedLinkMetadataArg(String, String, String)
  • Properties
    • LinkPassword
    • Path
    • Url
Back to top Generated by DocFX