Show / Hide Table of Contents

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 Source

GroupAddMemberDetails(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 Source

IsGroupOwner

Is group owner.

Declaration
public bool IsGroupOwner { get; protected set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GroupAddMemberDetails(Boolean)
  • Properties
    • IsGroupOwner
Back to top Generated by DocFX