Show / Hide Table of Contents

Class UserFeatureValue

Values that correspond to entries in UserFeature.

Inheritance
System.Object
UserFeatureValue
UserFeatureValue.FileLocking
UserFeatureValue.Other
UserFeatureValue.PaperAsFiles
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 Source

UserFeatureValue()

Initializes a new instance of the UserFeatureValue class.

Declaration
public UserFeatureValue()

Properties

| Improve this Doc View Source

AsFileLocking

Gets this instance as a FileLocking, or null.

Declaration
public UserFeatureValue.FileLocking AsFileLocking { get; }
Property Value
Type Description
UserFeatureValue.FileLocking
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public UserFeatureValue.Other AsOther { get; }
Property Value
Type Description
UserFeatureValue.Other
| Improve this Doc View Source

AsPaperAsFiles

Gets this instance as a PaperAsFiles, or null.

Declaration
public UserFeatureValue.PaperAsFiles AsPaperAsFiles { get; }
Property Value
Type Description
UserFeatureValue.PaperAsFiles
| Improve this Doc View Source

IsFileLocking

Gets a value indicating whether this instance is FileLocking

Declaration
public bool IsFileLocking { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPaperAsFiles

Gets a value indicating whether this instance is PaperAsFiles

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