Dropbox .NET SDK
Show / Hide Table of Contents

Class GroupsGetInfoItem.GroupInfo

Info about a group.

Inheritance
object
GroupsGetInfoItem
GroupsGetInfoItem.GroupInfo
Inherited Members
GroupsGetInfoItem.IsIdNotFound
GroupsGetInfoItem.AsIdNotFound
GroupsGetInfoItem.IsGroupInfo
GroupsGetInfoItem.AsGroupInfo
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class GroupsGetInfoItem.GroupInfo : GroupsGetInfoItem

Constructors

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

View Source

Value

Gets the value of this instance.

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