Snippets

Jonathan Hult WebCenter Content - Hide Enterprise Libraries folder

Created by Jonathan Hult
1
2
3
4
5
6
7
8
9
<$if IdcService and strEquals(IdcService, "FLD_BROWSE") and fFolderGUID and strEquals(fFolderGUID, "FLD_ROOT")$>
	<$fld_folder_listing_item='
		<$if fFolderGUID and strEquals(fFolderGUID, "FLD_ENTERPRISE_LIBRARY")$>
		<$else$>
			<$include super.fld_folder_listing_item$>
		<$endif$>
	'$>
	<$exec setResourceInclude("fld_folder_listing_item", fld_folder_listing_item)$>
<$endif$>

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.