Show / Hide Table of Contents

Class RevokeDeviceSessionBatchResult

The revoke device session batch result object

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

Constructors

| Improve this Doc View Source

RevokeDeviceSessionBatchResult(IEnumerable<RevokeDeviceSessionStatus>)

Initializes a new instance of the RevokeDeviceSessionBatchResult class.

Declaration
public RevokeDeviceSessionBatchResult(IEnumerable<RevokeDeviceSessionStatus> revokeDevicesStatus)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<RevokeDeviceSessionStatus> revokeDevicesStatus

The revoke devices status

Properties

| Improve this Doc View Source

RevokeDevicesStatus

Gets the revoke devices status of the revoke device session batch result

Declaration
public IList<RevokeDeviceSessionStatus> RevokeDevicesStatus { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<RevokeDeviceSessionStatus>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RevokeDeviceSessionBatchResult(IEnumerable<RevokeDeviceSessionStatus>)
  • Properties
    • RevokeDevicesStatus
Back to top Generated by DocFX