ICustomTabsConfigAddSchemas Method
|
Adds allowed schema(s) to a custom tab. Pages with these schemas can display the custom tab specified on CMS UI.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxICustomTabSetting AddSchemas(
ICustomTabSetting tab,
IEnumerable<ISchema> schemas
)
Function AddSchemas (
tab As ICustomTabSetting,
schemas As IEnumerable(Of ISchema)
) As ICustomTabSetting
ICustomTabSetting^ AddSchemas(
ICustomTabSetting^ tab,
IEnumerable<ISchema^>^ schemas
)
abstract AddSchemas :
tab : ICustomTabSetting *
schemas : IEnumerable<ISchema> -> ICustomTabSetting Parameters
- tab ICustomTabSetting
- Tab to add schema(s) to
- schemas IEnumerableISchema
- Schemas for Pages allowed for the specified custom tab
Return Value
ICustomTabSettingThe updated custom tab setting
See Also