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.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax ICustomTabSetting 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
- Type: Ingeniux.CMSICustomTabSetting
Tab to add schema(s) to - schemas
- Type: System.Collections.GenericIEnumerableISchema
Schemas for Pages allowed for the specified custom tab
Return Value
Type:
ICustomTabSettingThe updated custom tab setting
See Also