Show / Hide Table of Contents

Class GroupsGetInfoItem.GroupInfo

Info about a group.

Inheritance
System.Object
GroupsGetInfoItem
GroupsGetInfoItem.GroupInfo
Inherited Members
GroupsGetInfoItem.IsIdNotFound
GroupsGetInfoItem.AsIdNotFound
GroupsGetInfoItem.IsGroupInfo
GroupsGetInfoItem.AsGroupInfo
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.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class GroupInfo : GroupsGetInfoItem

Constructors

| Improve this Doc View Source

GroupInfo(GroupFullInfo)

Initializes a new instance of the GroupsGetInfoItem.GroupInfo class.

Declaration
public GroupInfo(GroupFullInfo value)
Parameters
Type Name Description
GroupFullInfo value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public GroupFullInfo Value { get; }
Property Value
Type Description
GroupFullInfo
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GroupInfo(GroupFullInfo)
  • Properties
    • Value
Back to top Generated by DocFX