Show / Hide Table of Contents

Class FolderLinkMetadata

The metadata of a folder shared link.

Inheritance
System.Object
SharedLinkMetadata
FolderLinkMetadata
Inherited Members
SharedLinkMetadata.IsFile
SharedLinkMetadata.AsFile
SharedLinkMetadata.IsFolder
SharedLinkMetadata.AsFolder
SharedLinkMetadata.Url
SharedLinkMetadata.Name
SharedLinkMetadata.LinkPermissions
SharedLinkMetadata.Id
SharedLinkMetadata.Expires
SharedLinkMetadata.PathLower
SharedLinkMetadata.TeamMemberInfo
SharedLinkMetadata.ContentOwnerTeamInfo
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 FolderLinkMetadata : SharedLinkMetadata

Constructors

| Improve this Doc View Source

FolderLinkMetadata(String, String, LinkPermissions, String, Nullable<DateTime>, String, TeamMemberInfo, Team)

Initializes a new instance of the FolderLinkMetadata class.

Declaration
public FolderLinkMetadata(string url, string name, LinkPermissions linkPermissions, string id = null, DateTime? expires = null, string pathLower = null, TeamMemberInfo teamMemberInfo = null, Team contentOwnerTeamInfo = null)
Parameters
Type Name Description
System.String url

URL of the shared link.

System.String name

The linked file name (including extension). This never contains a slash.

LinkPermissions linkPermissions

The link's access permissions.

System.String id

A unique identifier for the linked file.

System.Nullable<System.DateTime> expires

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

System.String pathLower

The lowercased full path in the user's Dropbox. This always starts with a slash. This field will only be present only if the linked file is in the authenticated user's dropbox.

TeamMemberInfo teamMemberInfo

The team membership information of the link's owner. This field will only be present if the link's owner is a team member.

Team contentOwnerTeamInfo

The team information of the content's owner. This field will only be present if the content's owner is a team member and the content's owner team is different from the link's owner team.

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