Dropbox .NET SDK
Show / Hide Table of Contents

Class RevokeDeviceSessionBatchArg

The revoke device session batch arg object

Inheritance
object
RevokeDeviceSessionBatchArg
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 RevokeDeviceSessionBatchArg

Constructors

View Source

RevokeDeviceSessionBatchArg(IEnumerable<RevokeDeviceSessionArg>)

Initializes a new instance of the RevokeDeviceSessionBatchArg class.

Declaration
public RevokeDeviceSessionBatchArg(IEnumerable<RevokeDeviceSessionArg> revokeDevices)
Parameters
Type Name Description
IEnumerable<RevokeDeviceSessionArg> revokeDevices

The revoke devices

Properties

View Source

RevokeDevices

Gets the revoke devices of the revoke device session batch arg

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