This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Get the root folder of the smartlet.

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

Syntax

C#Copy imageCopy Code
[(Name = "{0}.RootFolder")]
[(.Level0)]
public static  CurrentSmartletGetRootFolder(
	 context
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.RootFolder")> _
<(.Level0)> _
Public Shared Function CurrentSmartletGetRootFolder ( _
	context As  _
) As 

Parameters

context
IRenderContext
The context.

Return Value

Reference to the root folder.

See Also

Smartlet Class
Smartsite.Scf Namespace
Advanced