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