Dropbox .NET SDK
Show / Hide Table of Contents

Class CollectionLinkMetadata

Metadata for a collection-based shared link.

Inheritance
object
LinkMetadata
CollectionLinkMetadata
Inherited Members
LinkMetadata.IsPath
LinkMetadata.AsPath
LinkMetadata.IsCollection
LinkMetadata.AsCollection
LinkMetadata.Url
LinkMetadata.Visibility
LinkMetadata.Expires
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class CollectionLinkMetadata : LinkMetadata

Constructors

View Source

CollectionLinkMetadata(string, Visibility, DateTime?)

Initializes a new instance of the CollectionLinkMetadata class.

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

URL of the shared link.

Visibility visibility

Who can access the link.

DateTime? expires

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

  • View Source
In this article
Back to top Dropbox .NET SDK