Dropbox .NET SDK
Show / Hide Table of Contents

Class UserFeature

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

Inheritance
object
UserFeature
UserFeature.DistinctMemberHome
UserFeature.FileLocking
UserFeature.Other
UserFeature.PaperAsFiles
UserFeature.TeamSharedDropbox
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public class UserFeature

Constructors

View Source

UserFeature()

Initializes a new instance of the UserFeature class.

Declaration
public UserFeature()

Properties

View Source

AsDistinctMemberHome

Gets this instance as a DistinctMemberHome, or null.

Declaration
public UserFeature.DistinctMemberHome AsDistinctMemberHome { get; }
Property Value
Type Description
UserFeature.DistinctMemberHome
View Source

AsFileLocking

Gets this instance as a FileLocking, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsPaperAsFiles

Gets this instance as a PaperAsFiles, or null.

Declaration
public UserFeature.PaperAsFiles AsPaperAsFiles { get; }
Property Value
Type Description
UserFeature.PaperAsFiles
View Source

AsTeamSharedDropbox

Gets this instance as a TeamSharedDropbox, or null.

Declaration
public UserFeature.TeamSharedDropbox AsTeamSharedDropbox { get; }
Property Value
Type Description
UserFeature.TeamSharedDropbox
View Source

IsDistinctMemberHome

Gets a value indicating whether this instance is DistinctMemberHome

Declaration
public bool IsDistinctMemberHome { get; }
Property Value
Type Description
bool
View Source

IsFileLocking

Gets a value indicating whether this instance is FileLocking

Declaration
public bool IsFileLocking { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsPaperAsFiles

Gets a value indicating whether this instance is PaperAsFiles

Declaration
public bool IsPaperAsFiles { get; }
Property Value
Type Description
bool
View Source

IsTeamSharedDropbox

Gets a value indicating whether this instance is TeamSharedDropbox

Declaration
public bool IsTeamSharedDropbox { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK