Class SfTeamJoinFromOobLinkDetails
Joined team member's shared folder from link.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SfTeamJoinFromOobLinkDetails
Constructors
View SourceSfTeamJoinFromOobLinkDetails(ulong, string, string, string)
Initializes a new instance of the SfTeamJoinFromOobLinkDetails class.
Declaration
public SfTeamJoinFromOobLinkDetails(ulong targetAssetIndex, string originalFolderName, string tokenKey = null, string sharingPermission = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | targetAssetIndex | Target asset position in the Assets list. |
| string | originalFolderName | Original shared folder name. |
| string | tokenKey | Shared link token key. |
| string | sharingPermission | Sharing permission. |
Properties
View SourceOriginalFolderName
Original shared folder name.
Declaration
public string OriginalFolderName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
SharingPermission
Sharing permission.
Declaration
public string SharingPermission { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
TargetAssetIndex
Target asset position in the Assets list.
Declaration
public ulong TargetAssetIndex { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ulong |
TokenKey
Shared link token key.
Declaration
public string TokenKey { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |