IPageCreationRulesManager Methods Ingeniux CMS Content Store API

The IPageCreationRulesManager type exposes the following members.

Methods

  Name Description
Public method AddPageCreationRule
Creates a new PageCreationRule.
Public method Count
Gets the count of all Page Creation Rules
Public method DeepCloneT, TManager
Duplicates an object instance, not including its unique ID.
(Inherited from ITransactionalEntity.)
Public method PageCreationRule
Retrieves a Page Creation Rule by its unique ID.
Public method PageCreationRules(String)
Retrieves a collection of Page Creation Rules by their unique IDs.
Public method PageCreationRules(Int32, Int32, Int32)
Retrieves the collection of all Page Creation Rules.
Public method PageCreationRules(Int32, ISchema, Int32, Int32)
Retrieves the collection of Page Creation Rules that are based on the specified Schema.
Public method PageCreationRules(Int32, IUser, Int32, Int32)
Retrieves the collection of Page Creation Rules that can be used by the specified User.
Public method PageCreationRules(Int32, IUserGroup, Int32, Int32)
Retrieves the collection of Page Creation Rules that can be used by the the specified Group.
Public method 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.)
Public method RemovePageCreationRule
Permenantly removes a Page Creation Rule from the collection.
Top
See Also

Reference