SoftadminSnippet.WebApp_Install_Button

Type: Scalar function

Creates a button for web app installation. Use it in conjunction with SoftadminSnippet.WebApp_Install_Init to link the web app configuration and enable the button to trigger installation.

Example

SELECT SoftadminSnippet.WebApp_Install_Button('Install Web App', 'WebAppInstallButton') AS Html;

Parameters

@ButtonLabelHtml mandatory nvarchar
@ButtonCssClass optional varchar(300)