Click or drag to resize

IPageCreationRulesManager Methods


The IPageCreationRulesManager type exposes the following members.

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