Click or drag to resize

IPublishingManager Properties


The IPublishingManager type exposes the following members.

Properties
  NameDescription
Public propertyContentStore
Gets the Content Store.
(Inherited from ITransactionalEntity.)
Public propertyCurrentTask
Gets the Publishing Task Monitor of the Publishing Task that is being executed. If no publishing task is being executed at the time of property call, this method returns null.
Public propertyCurrentUser
Gets the Operating User for the Session .
(Inherited from ITransactionalEntity.)
Public propertyForceIncrementPublishWithNoChangedPages
Gets/sets whether to do incremental publishes, even when no pages are changed. This is an one time set property. Set it before submitting publishes. Upon submission it will reset itself to false. The value of this property will not persist.
Public propertyPendingTasks
Gets the collection of pending Publishing Tasks.
Public propertySession
Gets the User Session that this manager instance was initiated from.
(Inherited from ITransactionalEntity.)
Top
See Also