Click or drag to resize

IPCRDescriptorsManager Interface


Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public interface IPCRDescriptorsManager : ITransactionalEntity, 
	IDisposable

The IPCRDescriptorsManager 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 methodAddEntry
Public methodCloneDescriptor
Public methodDeepCloneT, TManager
Duplicates an object instance, not including its unique ID.
(Inherited from ITransactionalEntity.)
Public methodDescriptor(String)
Public methodDescriptor(IPage)
Public methodDescriptors
Public methodDescriptorsCount
Public methodHasDescriptor
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 methodRemoveDescriptor(IPage)
Public methodRemoveDescriptor(IPCRDescriptor)
Public methodRemoveDescriptorEntriesForRule
Top
See Also