This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the average of all numeric feedback for a given item.

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

Syntax

C#Copy imageCopy Code
[]
public static double getFeedbackAverage(
	 context,
	 item,
	string source,
	string subKey
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Shared Function getFeedbackAverage ( _
	context As , _
	item As , _
	source As , _
	subKey As  _
) As 

Parameters

context
IContext
The context.
item
Locator
The item.
source
String
The source.
subKey
String
The sub key.

Return Value

See Also

Advanced