Namespace: ConnectedApps.Cms.Sdk.UI.Admin.SelectorsAssembly: ConnectedApps.Cms.Sdk.UI (in ConnectedApps.Cms.Sdk.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static HtmlString ImageButton(
string imageUrl,
string key,
SelectMode selectMode,
ModuleShowFilter showFilter,
ModuleShowStatus showStatus,
string scriptCallback
)
Public Shared Function ImageButton (
imageUrl As String,
key As String,
selectMode As SelectMode,
showFilter As ModuleShowFilter,
showStatus As ModuleShowStatus,
scriptCallback As String
) As HtmlString
public:
static HtmlString^ ImageButton(
String^ imageUrl,
String^ key,
SelectMode selectMode,
ModuleShowFilter showFilter,
ModuleShowStatus showStatus,
String^ scriptCallback
)
static member ImageButton :
imageUrl : string *
key : string *
selectMode : SelectMode *
showFilter : ModuleShowFilter *
showStatus : ModuleShowStatus *
scriptCallback : string -> HtmlString
Parameters
- imageUrl
- Type: SystemString
- key
- Type: SystemString
- selectMode
- Type: ConnectedApps.Cms.Sdk.UI.Admin.SelectorsSelectMode
- showFilter
- Type: ConnectedApps.Cms.Sdk.UI.Admin.SelectorsModuleShowFilter
- showStatus
- Type: ConnectedApps.Cms.Sdk.UI.Admin.SelectorsModuleShowStatus
- scriptCallback
- Type: SystemString
Return Value
Type:
HtmlString
See Also