Dropbox .NET SDK

Class FileLockingLockStatusChangedDetails

Locked/unlocked editing for a file.

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

Constructors

View Source

FileLockingLockStatusChangedDetails(LockStatus, LockStatus)

Initializes a new instance of the FileLockingLockStatusChangedDetails class.

Declaration
public FileLockingLockStatusChangedDetails(LockStatus previousValue, LockStatus newValue)
Parameters
Type Name Description
LockStatus previousValue

Previous lock status of the file.

LockStatus newValue

New lock status of the file.

Properties

View Source

NewValue

New lock status of the file.

Declaration
public LockStatus NewValue { get; protected set; }
Property Value
Type Description
LockStatus
View Source

PreviousValue

Previous lock status of the file.

Declaration
public LockStatus PreviousValue { get; protected set; }
Property Value
Type Description
LockStatus
  • View Source
In this article
Back to top Dropbox .NET SDK