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 SourceWebSessionsChangeFixedLengthPolicyDetails(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 SourceNewValue
New session length policy. Might be missing due to historical data gap.
Declaration
public WebSessionsFixedLengthPolicy NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
WebSessionsFixedLengthPolicy |
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 |