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
System.Object
FileLockingValue
FileLockingValue.Enabled
Inherited Members
FileLockingValue.IsEnabled
FileLockingValue.AsEnabled
FileLockingValue.IsOther
FileLockingValue.AsOther
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.Users
Assembly: Dropbox.Api.dll
Syntax
public sealed class Enabled : FileLockingValue

Constructors

| Improve this Doc View Source

Enabled(Boolean)

Initializes a new instance of the FileLockingValue.Enabled class.

Declaration
public Enabled(bool value)
Parameters
Type Name Description
System.Boolean value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

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