This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Tests if an item is a folder

Namespace: Smartsite.Tools
Assembly:  Smartsite.Tools (in Smartsite.Tools.dll)

Syntax

C#Copy imageCopy Code
public virtual bool IsFolder(
	int itemNumber
)
Visual Basic (Declaration)Copy imageCopy Code
Public Overridable Function IsFolder ( _
	itemNumber As Integer _
) As 

Parameters

itemNumber
Int32
Number of the item to be tested

Return Value

true if the item is a folder, false otherwise

See Also

Tree Class
Smartsite.Tools Namespace
Advanced