Dropbox .NET SDK

Class WebSessionsFixedLengthPolicy

Web sessions fixed length policy.

Inheritance
object
WebSessionsFixedLengthPolicy
WebSessionsFixedLengthPolicy.Defined
WebSessionsFixedLengthPolicy.Other
WebSessionsFixedLengthPolicy.Undefined
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 WebSessionsFixedLengthPolicy

Constructors

View Source

WebSessionsFixedLengthPolicy()

Initializes a new instance of the WebSessionsFixedLengthPolicy class.

Declaration
public WebSessionsFixedLengthPolicy()

Properties

View Source

AsDefined

Gets this instance as a Defined, or null.

Declaration
public WebSessionsFixedLengthPolicy.Defined AsDefined { get; }
Property Value
Type Description
WebSessionsFixedLengthPolicy.Defined
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public WebSessionsFixedLengthPolicy.Other AsOther { get; }
Property Value
Type Description
WebSessionsFixedLengthPolicy.Other
View Source

AsUndefined

Gets this instance as a Undefined, or null.

Declaration
public WebSessionsFixedLengthPolicy.Undefined AsUndefined { get; }
Property Value
Type Description
WebSessionsFixedLengthPolicy.Undefined
View Source

IsDefined

Gets a value indicating whether this instance is Defined

Declaration
public bool IsDefined { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsUndefined

Gets a value indicating whether this instance is Undefined

Declaration
public bool IsUndefined { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK