Click or drag to resize

IPCRDescriptorsManagerAddEntry Method


Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
IPCRDescriptor AddEntry(
	IPageCreationRule pcr,
	IPage rootPage,
	bool dontIncludeDescendants = false
)

Parameters

pcr
Type: Ingeniux.CMSIPageCreationRule

[Missing <param name="pcr"/> documentation for "M:Ingeniux.CMS.IPCRDescriptorsManager.AddEntry(Ingeniux.CMS.IPageCreationRule,Ingeniux.CMS.IPage,System.Boolean)"]

rootPage
Type: Ingeniux.CMSIPage

[Missing <param name="rootPage"/> documentation for "M:Ingeniux.CMS.IPCRDescriptorsManager.AddEntry(Ingeniux.CMS.IPageCreationRule,Ingeniux.CMS.IPage,System.Boolean)"]

dontIncludeDescendants (Optional)
Type: SystemBoolean

[Missing <param name="dontIncludeDescendants"/> documentation for "M:Ingeniux.CMS.IPCRDescriptorsManager.AddEntry(Ingeniux.CMS.IPageCreationRule,Ingeniux.CMS.IPage,System.Boolean)"]

Return Value

Type: IPCRDescriptor

[Missing <returns> documentation for "M:Ingeniux.CMS.IPCRDescriptorsManager.AddEntry(Ingeniux.CMS.IPageCreationRule,Ingeniux.CMS.IPage,System.Boolean)"]

See Also