Class UserFeature
A set of features that a Dropbox User account may have configured.
Inheritance
System.Object
    UserFeature
      
      
      
  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 class UserFeature
  Constructors
| Improve this Doc View SourceUserFeature()
Initializes a new instance of the UserFeature class.
Declaration
public UserFeature()
  Properties
| Improve this Doc View SourceAsFileLocking
Gets this instance as a FileLocking, or null.
Declaration
public UserFeature.FileLocking AsFileLocking { get; }
  Property Value
| Type | Description | 
|---|---|
| UserFeature.FileLocking | 
AsOther
Gets this instance as a Other, or null.
Declaration
public UserFeature.Other AsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| UserFeature.Other | 
AsPaperAsFiles
Gets this instance as a PaperAsFiles, or null.
Declaration
public UserFeature.PaperAsFiles AsPaperAsFiles { get; }
  Property Value
| Type | Description | 
|---|---|
| UserFeature.PaperAsFiles | 
IsFileLocking
Gets a value indicating whether this instance is FileLocking
Declaration
public bool IsFileLocking { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsPaperAsFiles
Gets a value indicating whether this instance is PaperAsFiles
Declaration
public bool IsPaperAsFiles { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |