Dropbox .NET SDK

Class WebSessionsChangeIdleLengthPolicyDetails

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

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

Constructors

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

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