Show / Hide Table of Contents

Class FileLockingLockStatusChangedDetails

Locked/unlocked editing for a file.

Inheritance
System.Object
FileLockingLockStatusChangedDetails
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 FileLockingLockStatusChangedDetails

Constructors

| Improve this Doc 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

| Improve this Doc View Source

NewValue

New lock status of the file.

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

PreviousValue

Previous lock status of the file.

Declaration
public LockStatus PreviousValue { get; protected set; }
Property Value
Type Description
LockStatus
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • FileLockingLockStatusChangedDetails(LockStatus, LockStatus)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX