IGlobalExports Interface Ingeniux CMS Content Store API

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

public interface IGlobalExports : ITransactionalEntity, 
	IDisposable

The IGlobalExports type exposes the following members.

Properties

  NameDescription
Public propertyContentStore
Gets the Content Store.
(Inherited from ITransactionalEntity.)
Public propertyCurrentUser
Gets the Operating User for the Session .
(Inherited from ITransactionalEntity.)
Public propertySession
Gets the User Session that this manager instance was initiated from.
(Inherited from ITransactionalEntity.)
Top
Methods

  NameDescription
Public methodClear
Clears all export entries in global exports.
Public methodCount
Gets the count of export entries.
Public methodDeepCloneT, TManager
Duplicates an object instance, not including its unique ID.
(Inherited from ITransactionalEntity.)
Public methodExport
Retrieves one export entry by its name.
Public methodExports
Retrieves the collection of global export entries.
Public methodQuickWrite
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 methodRemove
Removes an export entry from the collection.
Public methodSet
Adds a new export entry to the collection.
Top
See Also

Reference