PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns true if the given item is a folder.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(Name = "{0}.Hierarchy.IsFolder")]
[(.Level0)]
public static <bool> IsFolderItem(
	 reference
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.Hierarchy.IsFolder")> _
<(.Level0)> _
Public Shared Function IsFolderItem ( _
	reference As  _
) As (Of )

Parameters

reference
Locator
The reference.

Return Value

true if the specified item is a folder, otherwise false.

See Also

Advanced