Show / Hide Table of Contents

Class UserFeature

A set of features that a Dropbox User account may have configured.

Inheritance
System.Object
UserFeature
UserFeature.FileLocking
UserFeature.Other
UserFeature.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 UserFeature

Constructors

| Improve this Doc View Source

UserFeature()

Initializes a new instance of the UserFeature class.

Declaration
public UserFeature()

Properties

| Improve this Doc View Source

AsFileLocking

Gets this instance as a FileLocking, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsPaperAsFiles

Gets this instance as a PaperAsFiles, or null.

Declaration
public UserFeature.PaperAsFiles AsPaperAsFiles { get; }
Property Value
Type Description
UserFeature.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
    • UserFeature()
  • Properties
    • AsFileLocking
    • AsOther
    • AsPaperAsFiles
    • IsFileLocking
    • IsOther
    • IsPaperAsFiles
Back to top Generated by DocFX