FolderLinkMetadata Class

Holds information about a shared folder link.

Constructors

Name Description
FolderLinkMetadata(string, string, LinkPermissions, string, DateTime?, string, TeamMemberInfo, Team) Creates a new instance of the LinkMetadata class.

Properties

Name Type Description
ContentOwnerTeamInfo DotNetBox.Team The team information of the content’s owner. Only present if the content’s owner is a team member and the content owner’s team is different from the link owner’s team.
Expires System.DateTime Expiry time of the link. Only available to Pro and Business accounts.
LinkId System.String Unique ID of the link.
LinkPermissions DotNetBox.LinkPermissions User’s access permissions on the link.
Name System.String Name of the shared link’s target file or folder.
Path System.String Path of the shared file/folder in the user’s Dropbox. Only present if the link was created by the current user.
TeamMemberInfo DotNetBox.TeamMemberInfo The team membership information of the link’s owner. Only present if the owner is a team member.
Url System.String URL of the shared link.

Methods

Name Description
FolderLinkMetadata.FromJson(JObject) Creates a new instance of the FolderLinkMetadata class using a JSON object.
FolderLinkMetadata.ToString() Returns a string containing all of the class’ properties.