Dropbox .NET SDK

Class GroupAddMemberDetails

Added team members to group.

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

Constructors

View Source

GroupAddMemberDetails(bool)

Initializes a new instance of the GroupAddMemberDetails class.

Declaration
public GroupAddMemberDetails(bool isGroupOwner)
Parameters
Type Name Description
bool isGroupOwner

Is group owner.

Properties

View Source

IsGroupOwner

Is group owner.

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