ICustomTabsConfig Interface |
Namespace: Ingeniux.CMS
The ICustomTabsConfig type exposes the following members.
Name | Description | |
---|---|---|
ContentStore |
Gets the Content Store.
(Inherited from ITransactionalEntity.) | |
CurrentUser |
Gets the Operating User for the Session .
(Inherited from ITransactionalEntity.) | |
Session |
Gets the User Session that this manager instance was initiated from.
(Inherited from ITransactionalEntity.) |
Name | Description | |
---|---|---|
Add |
Adds a new custom tab to the collection
| |
AddGroups |
Adds user groups allowed to view the custom tab specified.
| |
AddPages |
Adds a explicit list of page(s) that are allowed to display the custom tab specified on CMS UI.
| |
AddSchemas |
Adds allowed schema(s) to a custom tab. Pages with these schemas can display the custom tab specified on CMS UI.
| |
DeepCloneT, TManager |
Duplicates an object instance, not including its unique ID.
(Inherited from ITransactionalEntity.) | |
GlobalTabs |
Retrieves the collection of global custom tabs, a.k.a, Apps, either in specific range, or all of them.
| |
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.) | |
Remove |
Removes a custom tab from collection
| |
Tab |
Retrieves a custom tab entry by its name
| |
Tabs |
Retrieves the collection of custom tabs, either in specific range, or all of them.
|