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,
Dictionary<string, string> modulesToFilter,
Dictionary<string, string> modulesToExclude,
ItemShowItemOption showItemOption,
ItemShowModuleOption showModuleOption,
ItemDisplayMode displayMode,
SelectMode selectMode,
string scriptCallback
)
Public Shared Function ImageButton (
imageUrl As String,
key As String,
modulesToFilter As Dictionary(Of String, String),
modulesToExclude As Dictionary(Of String, String),
showItemOption As ItemShowItemOption,
showModuleOption As ItemShowModuleOption,
displayMode As ItemDisplayMode,
selectMode As SelectMode,
scriptCallback As String
) As HtmlString
public:
static HtmlString^ ImageButton(
String^ imageUrl,
String^ key,
Dictionary<String^, String^>^ modulesToFilter,
Dictionary<String^, String^>^ modulesToExclude,
ItemShowItemOption showItemOption,
ItemShowModuleOption showModuleOption,
ItemDisplayMode displayMode,
SelectMode selectMode,
String^ scriptCallback
)
static member ImageButton :
imageUrl : string *
key : string *
modulesToFilter : Dictionary<string, string> *
modulesToExclude : Dictionary<string, string> *
showItemOption : ItemShowItemOption *
showModuleOption : ItemShowModuleOption *
displayMode : ItemDisplayMode *
selectMode : SelectMode *
scriptCallback : string -> HtmlString
Parameters
- imageUrl
- Type: SystemString
- key
- Type: SystemString
- modulesToFilter
- Type: System.Collections.GenericDictionaryString, String
- modulesToExclude
- Type: System.Collections.GenericDictionaryString, String
- showItemOption
- Type: ConnectedApps.Cms.Sdk.UI.Admin.SelectorsItemShowItemOption
- showModuleOption
- Type: ConnectedApps.Cms.Sdk.UI.Admin.SelectorsItemShowModuleOption
- displayMode
- Type: ConnectedApps.Cms.Sdk.UI.Admin.SelectorsItemDisplayMode
- selectMode
- Type: ConnectedApps.Cms.Sdk.UI.Admin.SelectorsSelectMode
- scriptCallback
- Type: SystemString
Return Value
Type:
HtmlString
See Also