Class CreateSharedLinkWithSettingsError.SettingsError
There is an error with the given settings.
Inheritance
CreateSharedLinkWithSettingsError.SettingsError
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public sealed class CreateSharedLinkWithSettingsError.SettingsError : CreateSharedLinkWithSettingsError
Constructors
View SourceSettingsError(SharedLinkSettingsError)
Initializes a new instance of the CreateSharedLinkWithSettingsError.SettingsError class.
Declaration
public SettingsError(SharedLinkSettingsError value)
Parameters
| Type | Name | Description |
|---|---|---|
| SharedLinkSettingsError | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public SharedLinkSettingsError Value { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkSettingsError |