Dropbox .NET SDK
Show / Hide Table of Contents

Class BulkSuspendMemberTarget

One member selected for suspension. The opaque client item ID correlates the eventual report row with the caller's input without sending CSV data.

Inheritance
object
BulkSuspendMemberTarget
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class BulkSuspendMemberTarget

Constructors

View Source

BulkSuspendMemberTarget(string, MembersDeactivateArg)

Initializes a new instance of the BulkSuspendMemberTarget class.

Declaration
public BulkSuspendMemberTarget(string clientItemId, MembersDeactivateArg suspendArg)
Parameters
Type Name Description
string clientItemId

The client item id

MembersDeactivateArg suspendArg

The suspend arg

Properties

View Source

ClientItemId

Gets the client item id of the bulk suspend member target

Declaration
public string ClientItemId { get; protected set; }
Property Value
Type Description
string
View Source

SuspendArg

Gets the suspend arg of the bulk suspend member target

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