FileLinkMetadata Class

Holds information about a shared file link.

Properties

Name Type Description
ClientModified System.DateTime Date and time at which the file was modified on the client’s side.
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.
Rev System.String Revision of the file.
ServerModified System.DateTime Date and time at which the file was modified on the server’s side.
Size System.String Size of the file, in bytes.
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
FileLinkMetadata.FromJson(JObject) Creates a new instance of the FileLinkMetadata class using a JSON object.
FileLinkMetadata.ToString() Returns a string containing all of the class’ properties.