Class GetFileMetadataError.UserError
The user error object
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public sealed class GetFileMetadataError.UserError : GetFileMetadataError
Constructors
View SourceUserError(SharingUserError)
Initializes a new instance of the GetFileMetadataError.UserError class.
Declaration
public UserError(SharingUserError value)
Parameters
| Type | Name | Description |
|---|---|---|
| SharingUserError | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public SharingUserError Value { get; }
Property Value
| Type | Description |
|---|---|
| SharingUserError |