Class SfTeamJoinFromOobLinkDetails
Joined team member's shared folder from link.
Inheritance
System.Object
SfTeamJoinFromOobLinkDetails
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SfTeamJoinFromOobLinkDetails
Constructors
| Improve this Doc View SourceSfTeamJoinFromOobLinkDetails(UInt64, 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 |
---|---|---|
System.UInt64 | targetAssetIndex | Target asset position in the Assets list. |
System.String | originalFolderName | Original shared folder name. |
System.String | tokenKey | Shared link token key. |
System.String | sharingPermission | Sharing permission. |
Properties
| Improve this Doc View SourceOriginalFolderName
Original shared folder name.
Declaration
public string OriginalFolderName { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
SharingPermission
Sharing permission.
Declaration
public string SharingPermission { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
TargetAssetIndex
Target asset position in the Assets list.
Declaration
public ulong TargetAssetIndex { get; protected set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
TokenKey
Shared link token key.
Declaration
public string TokenKey { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |