Click or drag to resize
UITabsForgetRememberedTab Method

Note: This API is now obsolete.

Gets the key to remember the selected tab

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Method was not intended for public use and will be removed in the next version.")]
public static void ForgetRememberedTab(
	string moduleName,
	string elementName
)

Parameters

moduleName
Type: SystemString
Module name
elementName
Type: SystemString
Element name
See Also