Class WebSessionsChangeActiveSessionLimitDetails
Changed limit on active sessions per member.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class WebSessionsChangeActiveSessionLimitDetails
Constructors
View SourceWebSessionsChangeActiveSessionLimitDetails(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 SourceNewValue
New max number of concurrent active sessions policy.
Declaration
public string NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
PreviousValue
Previous max number of concurrent active sessions policy.
Declaration
public string PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |