Dropbox .NET SDK

Class SfInviteGroupDetails

Invited group to shared folder.

Inheritance
object
SfInviteGroupDetails
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 SfInviteGroupDetails

Constructors

View Source

SfInviteGroupDetails(ulong)

Initializes a new instance of the SfInviteGroupDetails class.

Declaration
public SfInviteGroupDetails(ulong targetAssetIndex)
Parameters
Type Name Description
ulong targetAssetIndex

Target asset position in the Assets list.

Properties

View Source

TargetAssetIndex

Target asset position in the Assets list.

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