Class FolderLinkMetadata
The metadata of a folder shared link.
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class FolderLinkMetadata : SharedLinkMetadata
Constructors
| Improve this Doc View SourceFolderLinkMetadata(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. |