Click or drag to resize

IPresentationManager Interface


Represents the manager objects that manages Presentation Content Units, and in charge of retrieving Presentation Formatter

Namespace: Ingeniux.CMS.Presentation
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public interface IPresentationManager : ITransactionalEntity, 
	IDisposable

The IPresentationManager 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 methodComponentUnits 
Public methodComponentUnitsBySchema 
Public methodContentUnit 
Public methodContentUnits 
Public methodCreateComponentContentUnit(String, String, IPage) 
Public methodCreateComponentContentUnit(String, String, ISchema) Creates a new component content unit
Public methodCreateFieldContentUnit 
Public methodDeepCloneT, TManager Duplicates an object instance, not including its unique ID.
(Inherited from ITransactionalEntity)
Public methodFieldUnits 
Public methodGetPresentationFormatter 
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 methodRemoveContentUnit 
Public methodRemoveContentUnits 
Top
See Also