Show / Hide Table of Contents

Class CollectionLinkMetadata

Metadata for a collection-based shared link.

Inheritance
System.Object
LinkMetadata
CollectionLinkMetadata
Inherited Members
LinkMetadata.IsPath
LinkMetadata.AsPath
LinkMetadata.IsCollection
LinkMetadata.AsCollection
LinkMetadata.Url
LinkMetadata.Visibility
LinkMetadata.Expires
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 CollectionLinkMetadata : LinkMetadata

Constructors

| Improve this Doc View Source

CollectionLinkMetadata(String, Visibility, Nullable<DateTime>)

Initializes a new instance of the CollectionLinkMetadata class.

Declaration
public CollectionLinkMetadata(string url, Visibility visibility, DateTime? expires = null)
Parameters
Type Name Description
System.String url

URL of the shared link.

Visibility visibility

Who can access the link.

System.Nullable<System.DateTime> expires

Expiration time, if set. By default the link won't expire.

  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • CollectionLinkMetadata(String, Visibility, Nullable<DateTime>)
Back to top Generated by DocFX