@umbraco-cms/backoffice
Preparing search index...
packages/core/backend-api
InstallService
Class InstallService
Index
Constructors
constructor
Methods
get
Install
Settings
post
Install
Setup
post
Install
Validate
Database
Constructors
constructor
new
InstallService
()
:
InstallService
Returns
InstallService
Methods
Static
get
Install
Settings
getInstallSettings
<
ThrowOnError
extends
boolean
=
true
>
(
options
?:
Options
<
GetInstallSettingsData
,
ThrowOnError
>
,
)
:
RequestResult
<
GetInstallSettingsResponses
,
GetInstallSettingsErrors
,
ThrowOnError
,
"fields"
,
>
Type Parameters
ThrowOnError
extends
boolean
=
true
Parameters
Optional
options
:
Options
<
GetInstallSettingsData
,
ThrowOnError
>
Returns
RequestResult
<
GetInstallSettingsResponses
,
GetInstallSettingsErrors
,
ThrowOnError
,
"fields"
,
>
Static
post
Install
Setup
postInstallSetup
<
ThrowOnError
extends
boolean
=
true
>
(
options
?:
Options
<
PostInstallSetupData
,
ThrowOnError
>
,
)
:
RequestResult
<
PostInstallSetupResponses
,
PostInstallSetupErrors
,
ThrowOnError
,
"fields"
,
>
Type Parameters
ThrowOnError
extends
boolean
=
true
Parameters
Optional
options
:
Options
<
PostInstallSetupData
,
ThrowOnError
>
Returns
RequestResult
<
PostInstallSetupResponses
,
PostInstallSetupErrors
,
ThrowOnError
,
"fields"
,
>
Static
post
Install
Validate
Database
postInstallValidateDatabase
<
ThrowOnError
extends
boolean
=
true
>
(
options
?:
Options
<
PostInstallValidateDatabaseData
,
ThrowOnError
>
,
)
:
RequestResult
<
PostInstallValidateDatabaseResponses
,
PostInstallValidateDatabaseErrors
,
ThrowOnError
,
"fields"
,
>
Type Parameters
ThrowOnError
extends
boolean
=
true
Parameters
Optional
options
:
Options
<
PostInstallValidateDatabaseData
,
ThrowOnError
>
Returns
RequestResult
<
PostInstallValidateDatabaseResponses
,
PostInstallValidateDatabaseErrors
,
ThrowOnError
,
"fields"
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
Install
Settings
post
Install
Setup
post
Install
Validate
Database
@umbraco-cms/backoffice
Loading...