IPCRDescriptorAddEntry Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void AddEntry(
IPageCreationRule rule,
bool alwaysParent
)
Sub AddEntry (
rule As IPageCreationRule,
alwaysParent As Boolean
)
void AddEntry(
IPageCreationRule^ rule,
bool alwaysParent
)
abstract AddEntry :
rule : IPageCreationRule *
alwaysParent : bool -> unit
Parameters
- rule
- Type: Ingeniux.CMSIPageCreationRule
[Missing <param name="rule"/> documentation for "M:Ingeniux.CMS.IPCRDescriptor.AddEntry(Ingeniux.CMS.IPageCreationRule,System.Boolean)"]
- alwaysParent
- Type: SystemBoolean
[Missing <param name="alwaysParent"/> documentation for "M:Ingeniux.CMS.IPCRDescriptor.AddEntry(Ingeniux.CMS.IPageCreationRule,System.Boolean)"]
See Also