ICategoryNodePagesCount Method
|
Gets the count of all pages associated with this CategoryNode, with or without its descendants.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax int PagesCount(
bool recursive = false
)
Function PagesCount (
Optional recursive As Boolean = false
) As Integer
int PagesCount(
bool recursive = false
)
abstract PagesCount :
?recursive : bool
(* Defaults:
let _recursive = defaultArg recursive false
*)
-> int
Parameters
- recursive (Optional)
- Type: SystemBoolean
True to include associations with all of its descendants; false to include only associations to this CategoryNode.
Return Value
Type:
Int32Count of associations
See Also