Class SfTeamJoinDetails
Joined team member's shared folder.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SfTeamJoinDetails
Constructors
View SourceSfTeamJoinDetails(ulong, string)
Initializes a new instance of the SfTeamJoinDetails class.
Declaration
public SfTeamJoinDetails(ulong targetAssetIndex, string originalFolderName)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | targetAssetIndex | Target asset position in the Assets list. |
| string | originalFolderName | Original shared folder name. |
Properties
View SourceOriginalFolderName
Original shared folder name.
Declaration
public string OriginalFolderName { 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 |