Dropbox .NET SDK
Show / Hide Table of Contents

Class UserFeatureValue.PaperAsFiles

The paper as files object

Inheritance
object
UserFeatureValue
UserFeatureValue.PaperAsFiles
Inherited Members
UserFeatureValue.IsPaperAsFiles
UserFeatureValue.AsPaperAsFiles
UserFeatureValue.IsFileLocking
UserFeatureValue.AsFileLocking
UserFeatureValue.IsTeamSharedDropbox
UserFeatureValue.AsTeamSharedDropbox
UserFeatureValue.IsDistinctMemberHome
UserFeatureValue.AsDistinctMemberHome
UserFeatureValue.IsOther
UserFeatureValue.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public sealed class UserFeatureValue.PaperAsFiles : UserFeatureValue

Constructors

View Source

PaperAsFiles(PaperAsFilesValue)

Initializes a new instance of the UserFeatureValue.PaperAsFiles class.

Declaration
public PaperAsFiles(PaperAsFilesValue value)
Parameters
Type Name Description
PaperAsFilesValue value

The value

Properties

View Source

Value

Gets the value of this instance.

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