Class FileLockingLockStatusChangedDetails
Locked/unlocked editing for a file.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class FileLockingLockStatusChangedDetails
Constructors
View SourceFileLockingLockStatusChangedDetails(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 SourceNewValue
New lock status of the file.
Declaration
public LockStatus NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| LockStatus |
PreviousValue
Previous lock status of the file.
Declaration
public LockStatus PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| LockStatus |