Class GroupAddMemberDetails
Added team members to group.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class GroupAddMemberDetails
Constructors
View SourceGroupAddMemberDetails(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 SourceIsGroupOwner
Is group owner.
Declaration
public bool IsGroupOwner { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool |