• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class GroupsGetInfoItem

The groups get info item object

Inheritance
System.Object
GroupsGetInfoItem
GroupsGetInfoItem.GroupInfo
GroupsGetInfoItem.IdNotFound
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class GroupsGetInfoItem

Constructors

| Improve this Doc View Source

GroupsGetInfoItem()

Initializes a new instance of the GroupsGetInfoItem class.

Declaration
public GroupsGetInfoItem()

Properties

| Improve this Doc View Source

AsGroupInfo

Gets this instance as a GroupInfo, or null.

Declaration
public GroupsGetInfoItem.GroupInfo AsGroupInfo { get; }
Property Value
Type Description
GroupsGetInfoItem.GroupInfo
| Improve this Doc View Source

AsIdNotFound

Gets this instance as a IdNotFound, or null.

Declaration
public GroupsGetInfoItem.IdNotFound AsIdNotFound { get; }
Property Value
Type Description
GroupsGetInfoItem.IdNotFound
| Improve this Doc View Source

IsGroupInfo

Gets a value indicating whether this instance is GroupInfo

Declaration
public bool IsGroupInfo { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsIdNotFound

Gets a value indicating whether this instance is IdNotFound

Declaration
public bool IsIdNotFound { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GroupsGetInfoItem()
  • Properties
    • AsGroupInfo
    • AsIdNotFound
    • IsGroupInfo
    • IsIdNotFound
Back to top Generated by DocFX