Represents the Manager object that manages all global Exports for all
Navigation Elements across all Pages.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
The IGlobalExports type exposes the following members.
Properties
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.) |
Methods
Name | Description | |
---|---|---|
![]() | Clear |
Clears all export entries in global exports.
|
![]() | Count |
Gets the count of export entries.
|
![]() | DeepCloneT, TManager |
Duplicates an object instance, not including its unique ID.
(Inherited from ITransactionalEntity.) |
![]() | Export |
Retrieves one export entry by its name.
|
![]() | Exports |
Retrieves the collection of global export entries.
|
![]() | 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 an export entry from the collection.
|
![]() | Set |
Adds a new export entry to the collection.
|
See Also