Click or drag to resize
ItemLink Method

Namespace: ConnectedApps.Cms.Sdk.UI.Admin.Selectors
Assembly: ConnectedApps.Cms.Sdk.UI (in ConnectedApps.Cms.Sdk.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
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
)

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