Class UserFeatureValue.FileLocking
The file locking object
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.Users
Assembly: Dropbox.Api.dll
Syntax
public sealed class FileLocking : UserFeatureValue
  Constructors
| Improve this Doc View SourceFileLocking(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 SourceValue
Gets the value of this instance.
Declaration
public FileLockingValue Value { get; }
  Property Value
| Type | Description | 
|---|---|
| FileLockingValue |