Class WebSessionsChangeIdleLengthPolicyDetails
Changed how long team members can be idle while signed in to Dropbox.com.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class WebSessionsChangeIdleLengthPolicyDetails
Constructors
View SourceWebSessionsChangeIdleLengthPolicyDetails(WebSessionsIdleLengthPolicy, WebSessionsIdleLengthPolicy)
Initializes a new instance of the WebSessionsChangeIdleLengthPolicyDetails class.
Declaration
public WebSessionsChangeIdleLengthPolicyDetails(WebSessionsIdleLengthPolicy newValue = null, WebSessionsIdleLengthPolicy previousValue = null)
Parameters
| Type | Name | Description |
|---|---|---|
| WebSessionsIdleLengthPolicy | newValue | New idle length policy. Might be missing due to historical data gap. |
| WebSessionsIdleLengthPolicy | previousValue | Previous idle length policy. Might be missing due to historical data gap. |
Properties
View SourceNewValue
New idle length policy. Might be missing due to historical data gap.
Declaration
public WebSessionsIdleLengthPolicy NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| WebSessionsIdleLengthPolicy |
PreviousValue
Previous idle length policy. Might be missing due to historical data gap.
Declaration
public WebSessionsIdleLengthPolicy PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| WebSessionsIdleLengthPolicy |