Show / Hide Table of Contents

Class UserFeatureValue.FileLocking

The file locking object

Inheritance
System.Object
UserFeatureValue
UserFeatureValue.FileLocking
Inherited Members
UserFeatureValue.IsPaperAsFiles
UserFeatureValue.AsPaperAsFiles
UserFeatureValue.IsFileLocking
UserFeatureValue.AsFileLocking
UserFeatureValue.IsOther
UserFeatureValue.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 FileLocking : UserFeatureValue

Constructors

| Improve this Doc View Source

FileLocking(FileLockingValue)

Initializes a new instance of the UserFeatureValue.FileLocking class.

Declaration
public FileLocking(FileLockingValue value)
Parameters
Type Name Description
FileLockingValue value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

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