Class UserFeature
A set of features that a Dropbox User account may have configured.
Inheritance
UserFeature
Inherited Members
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public class UserFeature
Constructors
View SourceUserFeature()
Initializes a new instance of the UserFeature class.
Declaration
public UserFeature()
Properties
View SourceAsDistinctMemberHome
Gets this instance as a DistinctMemberHome, or null.
Declaration
public UserFeature.DistinctMemberHome AsDistinctMemberHome { get; }
Property Value
| Type | Description |
|---|---|
| UserFeature.DistinctMemberHome |
AsFileLocking
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 |
AsTeamSharedDropbox
Gets this instance as a TeamSharedDropbox, or null.
Declaration
public UserFeature.TeamSharedDropbox AsTeamSharedDropbox { get; }
Property Value
| Type | Description |
|---|---|
| UserFeature.TeamSharedDropbox |
IsDistinctMemberHome
Gets a value indicating whether this instance is DistinctMemberHome
Declaration
public bool IsDistinctMemberHome { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsFileLocking
Gets a value indicating whether this instance is FileLocking
Declaration
public bool IsFileLocking { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsPaperAsFiles
Gets a value indicating whether this instance is PaperAsFiles
Declaration
public bool IsPaperAsFiles { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTeamSharedDropbox
Gets a value indicating whether this instance is TeamSharedDropbox
Declaration
public bool IsTeamSharedDropbox { get; }
Property Value
| Type | Description |
|---|---|
| bool |