Click or drag to resize

RatingIconSetRateClickSettings Method

Set up the control for AJAX setting of the underlying value. For security reasons the mapKey, fldKey, and rowKey parameters are now provided for debugging/logging purposes only and the new signature parameter is used for saving changes. The signature should be constructed using GenStandardEncryptedSignature(IAppContext, IField).

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void SetRateClickSettings(
	string mapKey,
	string fldKey,
	string rowKey,
	string signature
)

Parameters

mapKey
Type: SystemString
The key of the affected mapper (now for debugging/logging purposes only).
fldKey
Type: SystemString
The key of the affected field in the affected mapper (now for debugging/logging purposes only).
rowKey
Type: SystemString
The RowKey for the row in the affected mapper (now for debugging/logging purposes only).
signature
Type: SystemString
The secure field/mapper/rowkey signature used to save changes.
See Also