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 Link(
string linkText,
string key,
Dictionary<string, string> modulesToFilter,
Dictionary<string, string> modulesToExclude,
ItemShowItemOption showItemOption,
ItemShowModuleOption showModuleOption,
ItemDisplayMode displayMode,
SelectMode selectMode,
string scriptCallback
)
Public Shared Function Link (
linkText 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^ Link(
String^ linkText,
String^ key,
Dictionary<String^, String^>^ modulesToFilter,
Dictionary<String^, String^>^ modulesToExclude,
ItemShowItemOption showItemOption,
ItemShowModuleOption showModuleOption,
ItemDisplayMode displayMode,
SelectMode selectMode,
String^ scriptCallback
)
static member Link :
linkText : string *
key : string *
modulesToFilter : Dictionary<string, string> *
modulesToExclude : Dictionary<string, string> *
showItemOption : ItemShowItemOption *
showModuleOption : ItemShowModuleOption *
displayMode : ItemDisplayMode *
selectMode : SelectMode *
scriptCallback : string -> HtmlString
Parameters
- linkText
- 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