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

Class MembersInfo

The members info object

Inheritance
System.Object
MembersInfo
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 MembersInfo

Constructors

| Improve this Doc View Source

MembersInfo(IEnumerable<String>, UInt64)

Initializes a new instance of the MembersInfo class.

Declaration
public MembersInfo(IEnumerable<string> teamMemberIds, ulong permanentlyDeletedUsers)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.String> teamMemberIds

Team member IDs of the users under this hold.

System.UInt64 permanentlyDeletedUsers

The number of permanently deleted users that were under this hold.

Properties

| Improve this Doc View Source

PermanentlyDeletedUsers

The number of permanently deleted users that were under this hold.

Declaration
public ulong PermanentlyDeletedUsers { get; protected set; }
Property Value
Type Description
System.UInt64
| Improve this Doc View Source

TeamMemberIds

Team member IDs of the users under this hold.

Declaration
public IList<string> TeamMemberIds { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

See Also

LegalHoldPolicy
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MembersInfo(IEnumerable<String>, UInt64)
  • Properties
    • PermanentlyDeletedUsers
    • TeamMemberIds
  • See Also
Back to top Generated by DocFX