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.
Add an ItemToFolder AIM relation for a given evaluationscope.

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

Syntax

C#Copy imageCopy Code
public static void AddEvaluationScopeAIMReference(
	 context,
	 source,
	 originator,
	 evaluationScope,
	 aimSource
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Sub AddEvaluationScopeAIMReference ( _
	context As , _
	source As , _
	originator As , _
	evaluationScope As , _
	aimSource As  _
)

Parameters

context
IRenderContext
The context.
source
ISXMLSource
The SXML source.
originator
Object
The AIM originator.
evaluationScope
Object
The evaluation scope (item number, code or url).
aimSource
AIMSource
The aim source setting.

See Also

Advanced