Show / Hide Table of Contents

Class WebSessionsChangeFixedLengthPolicyDetails

Changed how long members can stay signed in to Dropbox.com.

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

Constructors

| Improve this Doc View Source

WebSessionsChangeFixedLengthPolicyDetails(WebSessionsFixedLengthPolicy, WebSessionsFixedLengthPolicy)

Initializes a new instance of the WebSessionsChangeFixedLengthPolicyDetails class.

Declaration
public WebSessionsChangeFixedLengthPolicyDetails(WebSessionsFixedLengthPolicy newValue = null, WebSessionsFixedLengthPolicy previousValue = null)
Parameters
Type Name Description
WebSessionsFixedLengthPolicy newValue

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

WebSessionsFixedLengthPolicy previousValue

Previous session length policy. Might be missing due to historical data gap.

Properties

| Improve this Doc View Source

NewValue

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

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

PreviousValue

Previous session length policy. Might be missing due to historical data gap.

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