Show / Hide Table of Contents

Class LockStatus

File lock status

Inheritance
System.Object
LockStatus
LockStatus.Locked
LockStatus.Other
LockStatus.Unlocked
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 LockStatus

Constructors

| Improve this Doc View Source

LockStatus()

Initializes a new instance of the LockStatus class.

Declaration
public LockStatus()

Properties

| Improve this Doc View Source

AsLocked

Gets this instance as a Locked, or null.

Declaration
public LockStatus.Locked AsLocked { get; }
Property Value
Type Description
LockStatus.Locked
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public LockStatus.Other AsOther { get; }
Property Value
Type Description
LockStatus.Other
| Improve this Doc View Source

AsUnlocked

Gets this instance as a Unlocked, or null.

Declaration
public LockStatus.Unlocked AsUnlocked { get; }
Property Value
Type Description
LockStatus.Unlocked
| Improve this Doc View Source

IsLocked

Gets a value indicating whether this instance is Locked

Declaration
public bool IsLocked { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUnlocked

Gets a value indicating whether this instance is Unlocked

Declaration
public bool IsUnlocked { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • LockStatus()
  • Properties
    • AsLocked
    • AsOther
    • AsUnlocked
    • IsLocked
    • IsOther
    • IsUnlocked
Back to top Generated by DocFX