Click or drag to resize
ReportSubscriptionSenderAddToRequest Method
Adds data to collection in HTTP context items

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 9.0.0
Syntax
C#
public static void AddToRequest(
	string key,
	string item,
	byte[] data
)

Parameters

key
Type: SystemString
Key in http context
item
Type: SystemString
Key in item's collections(graph,table,..)
data
Type: SystemByte
Data to store
See Also