Dropbox .NET SDK
Show / Hide Table of Contents

Class FileLockingValue.Enabled

When this value is True, the user can lock files in shared directories. When the value is False the user can unlock the files they have locked or request to unlock files locked by others.

Inheritance
object
FileLockingValue
FileLockingValue.Enabled
Inherited Members
FileLockingValue.IsEnabled
FileLockingValue.AsEnabled
FileLockingValue.IsOther
FileLockingValue.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public sealed class FileLockingValue.Enabled : FileLockingValue

Constructors

View Source

Enabled(bool)

Initializes a new instance of the FileLockingValue.Enabled class.

Declaration
public Enabled(bool value)
Parameters
Type Name Description
bool value

The value

Properties

View Source

Value

Gets the value of this instance.

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