Class PathLinkMetadata
Metadata for a path-based shared link.
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 PathLinkMetadata : LinkMetadata
Constructors
| Improve this Doc View SourcePathLinkMetadata(String, Visibility, String, Nullable<DateTime>)
Initializes a new instance of the PathLinkMetadata class.
Declaration
public PathLinkMetadata(string url, Visibility visibility, string path, DateTime? expires = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | url | URL of the shared link. |
Visibility | visibility | Who can access the link. |
System.String | path | Path in user's Dropbox. |
System.Nullable<System.DateTime> | expires | Expiration time, if set. By default the link won't expire. |
Properties
| Improve this Doc View SourcePath
Path in user's Dropbox.
Declaration
public string Path { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |