Class GroupAddMemberDetails
Added team members to group.
Inheritance
System.Object
GroupAddMemberDetails
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 GroupAddMemberDetails
Constructors
| Improve this Doc View SourceGroupAddMemberDetails(Boolean)
Initializes a new instance of the GroupAddMemberDetails class.
Declaration
public GroupAddMemberDetails(bool isGroupOwner)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isGroupOwner | Is group owner. |
Properties
| Improve this Doc View SourceIsGroupOwner
Is group owner.
Declaration
public bool IsGroupOwner { get; protected set; }
Property Value
Type | Description |
---|---|
System.Boolean |