TabAttribute Constructor (Int32, String, String, String) |
Constructor.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax public TabAttribute(
int index,
string resourceString,
string targetUrl,
string javascript
)
Parameters
- index
- Type: SystemInt32
Index of the tab - resourceString
- Type: SystemString
Resource string for the item - targetUrl
- Type: SystemString
Target URL - javascript
- Type: SystemString
Javascript
See Also