Dropbox .NET SDK
Show / Hide Table of Contents

Class GroupsSelector.GroupExternalIds

List of external IDs of groups.

Inheritance
object
GroupsSelector
GroupsSelector.GroupExternalIds
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.GroupExternalIds : GroupsSelector

Constructors

View Source

GroupExternalIds(IEnumerable<string>)

Initializes a new instance of the GroupsSelector.GroupExternalIds class.

Declaration
public GroupExternalIds(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