Click or drag to resize

ICustomTabsConfig Methods


The ICustomTabsConfig type exposes the following members.

Methods
  Name Description
Public method Add Adds a new custom tab to the collection
Public method AddGroups Adds user groups allowed to view the custom tab specified.
Public method AddPages Adds a explicit list of page(s) that are allowed to display the custom tab specified on CMS UI.
Public method AddSchemas Adds allowed schema(s) to a custom tab. Pages with these schemas can display the custom tab specified on CMS UI.
Public method DeepCloneT, TManager Duplicates an object instance, not including its unique ID.
(Inherited from ITransactionalEntity)
Public method GlobalTabs Retrieves the collection of global custom tabs, a.k.a, Apps, either in specific range, or all of them.
Public method QuickWrite Creates a temporary Write Session to quickly write something outside the current Session and transaction. This is a way to bypass the transaction and quickly put something into the content store.
(Inherited from ITransactionalEntity)
Public method Remove Removes a custom tab from collection
Public method Tab Retrieves a custom tab entry by its name
Public method Tabs Retrieves the collection of custom tabs, either in specific range, or all of them.
Top
See Also