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

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

Syntax

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

Parameters

itemNumber
Int32
Number of item to be converted

Return Value

true if a conversion was done, false if the item was a folder already.

See Also

Tree Class
Smartsite.Tools Namespace
Advanced