Click or drag to resize
UITabsDoTabSelection Method
Selects the first tab or displays error message. Returns true if some tab was selected.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public bool DoTabSelection(
	bool redirect = true
)

Parameters

redirect (Optional)
Type: SystemBoolean
Indicates if redirect is done

Return Value

Type: Boolean
See Also