Dropbox .NET SDK

Class SfAddGroupDetails

Added team to shared folder.

Inheritance
object
SfAddGroupDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SfAddGroupDetails

Constructors

View Source

SfAddGroupDetails(ulong, string, string, string)

Initializes a new instance of the SfAddGroupDetails class.

Declaration
public SfAddGroupDetails(ulong targetAssetIndex, string originalFolderName, string teamName, string sharingPermission = null)
Parameters
Type Name Description
ulong targetAssetIndex

Target asset position in the Assets list.

string originalFolderName

Original shared folder name.

string teamName

Team name.

string sharingPermission

Sharing permission.

Properties

View Source

OriginalFolderName

Original shared folder name.

Declaration
public string OriginalFolderName { get; protected set; }
Property Value
Type Description
string
View Source

SharingPermission

Sharing permission.

Declaration
public string SharingPermission { get; protected set; }
Property Value
Type Description
string
View Source

TargetAssetIndex

Target asset position in the Assets list.

Declaration
public ulong TargetAssetIndex { get; protected set; }
Property Value
Type Description
ulong
View Source

TeamName

Team name.

Declaration
public string TeamName { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK