Dropbox .NET SDK

Class WebSessionsChangeActiveSessionLimitDetails

Changed limit on active sessions per member.

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

Constructors

View Source

WebSessionsChangeActiveSessionLimitDetails(string, string)

Initializes a new instance of the WebSessionsChangeActiveSessionLimitDetails class.

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

Previous max number of concurrent active sessions policy.

string newValue

New max number of concurrent active sessions policy.

Properties

View Source

NewValue

New max number of concurrent active sessions policy.

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

PreviousValue

Previous max number of concurrent active sessions policy.

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