xowiki::Page instproc is_folder_page (public)

 <instance of xowiki::Page[i]> is_folder_page \
    [ -include_folder_links include_folder_links ]

Defined in packages/xowiki/tcl/xowiki-procs.tcl

Check, if page is a folder. This function is typically overlaaded by specializations. Plain xowiki::Pages are never folders.

Switches:
-include_folder_links
(defaults to "true") (optional)
return true, if the current page is a link to a folder.
Returns:
boolean

Partial Call Graph (max 5 caller/called nodes):
%3 test_xowiki_test_cases xowiki_test_cases (test xowiki) xowiki::Page instproc is_folder_page xowiki::Page instproc is_folder_page test_xowiki_test_cases->xowiki::Page instproc is_folder_page

Testcases:
xowiki_test_cases
[ show source ]
Show another procedure: