Show / Hide Table of Contents

Class WebSessionsChangeActiveSessionLimitDetails

Changed limit on active sessions per member.

Inheritance
System.Object
WebSessionsChangeActiveSessionLimitDetails
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class WebSessionsChangeActiveSessionLimitDetails

Constructors

| Improve this Doc View Source

WebSessionsChangeActiveSessionLimitDetails(String, String)

Initializes a new instance of the WebSessionsChangeActiveSessionLimitDetails class.

Declaration
public WebSessionsChangeActiveSessionLimitDetails(string previousValue, string newValue)
Parameters
Type Name Description
System.String previousValue

Previous max number of concurrent active sessions policy.

System.String newValue

New max number of concurrent active sessions policy.

Properties

| Improve this Doc View Source

NewValue

New max number of concurrent active sessions policy.

Declaration
public string NewValue { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PreviousValue

Previous max number of concurrent active sessions policy.

Declaration
public string PreviousValue { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • WebSessionsChangeActiveSessionLimitDetails(String, String)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX