Class UserFeatureValue
Values that correspond to entries in UserFeature.
Inheritance
UserFeatureValue
Inherited Members
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public class UserFeatureValue
Constructors
View SourceUserFeatureValue()
Initializes a new instance of the UserFeatureValue class.
Declaration
public UserFeatureValue()
Properties
View SourceAsDistinctMemberHome
Gets this instance as a DistinctMemberHome, or null.
Declaration
public UserFeatureValue.DistinctMemberHome AsDistinctMemberHome { get; }
Property Value
| Type | Description |
|---|---|
| UserFeatureValue.DistinctMemberHome |
AsFileLocking
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 |
AsTeamSharedDropbox
Gets this instance as a TeamSharedDropbox, or null.
Declaration
public UserFeatureValue.TeamSharedDropbox AsTeamSharedDropbox { get; }
Property Value
| Type | Description |
|---|---|
| UserFeatureValue.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 |