Show / Hide Table of Contents

Class WebSessionsChangeIdleLengthPolicyDetails

Changed how long team members can be idle while signed in to Dropbox.com.

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

Constructors

| Improve this Doc View Source

WebSessionsChangeIdleLengthPolicyDetails(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

| Improve this Doc View Source

NewValue

New idle length policy. Might be missing due to historical data gap.

Declaration
public WebSessionsIdleLengthPolicy NewValue { get; protected set; }
Property Value
Type Description
WebSessionsIdleLengthPolicy
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • WebSessionsChangeIdleLengthPolicyDetails(WebSessionsIdleLengthPolicy, WebSessionsIdleLengthPolicy)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX