Dropbox .NET SDK
Show / Hide Table of Contents

Class GroupsSelector.GroupIds

List of group IDs.

Inheritance
object
GroupsSelector
GroupsSelector.GroupIds
Inherited Members
GroupsSelector.IsGroupIds
GroupsSelector.AsGroupIds
GroupsSelector.IsGroupExternalIds
GroupsSelector.AsGroupExternalIds
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 GroupsSelector.GroupIds : GroupsSelector

Constructors

View Source

GroupIds(IEnumerable<string>)

Initializes a new instance of the GroupsSelector.GroupIds class.

Declaration
public GroupIds(IEnumerable<string> value)
Parameters
Type Name Description
IEnumerable<string> value

The value

Properties

View Source

Value

Gets the value of this instance.

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