This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Adds a folder reference to the AIM references collection.

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

Syntax

C#Copy imageCopy Code
[(Name = "{0}.Relations.AddFolder")]
public static void AddFolderReference(
	 context,
	 reference
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.Relations.AddFolder")> _
Public Shared Sub AddFolderReference ( _
	context As , _
	reference As  _
)

Parameters

context
IRenderContext
The context.
reference
Locator
The reference.

See Also

Advanced