Dropbox .NET SDK

Class WebSessionsChangeFixedLengthPolicyDetails

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

Inheritance
object
WebSessionsChangeFixedLengthPolicyDetails
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 WebSessionsChangeFixedLengthPolicyDetails

Constructors

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

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
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
  • View Source
In this article
Back to top Dropbox .NET SDK