Class UserFeatureValue
Values that correspond to entries in UserFeature.
Inheritance
System.Object
    UserFeatureValue
      
      
      
  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 UserFeatureValue
  Constructors
| Improve this Doc View SourceUserFeatureValue()
Initializes a new instance of the UserFeatureValue class.
Declaration
public UserFeatureValue()
  Properties
| Improve this Doc View SourceAsFileLocking
Gets this instance as a FileLocking, or null.
Declaration
public UserFeatureValue.FileLocking AsFileLocking { get; }
  Property Value
| Type | Description | 
|---|---|
| UserFeatureValue.FileLocking | 
AsOther
Gets this instance as a Other, or null.
Declaration
public UserFeatureValue.Other AsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| UserFeatureValue.Other | 
AsPaperAsFiles
Gets this instance as a PaperAsFiles, or null.
Declaration
public UserFeatureValue.PaperAsFiles AsPaperAsFiles { get; }
  Property Value
| Type | Description | 
|---|---|
| UserFeatureValue.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 |