ReportSubscriptionSenderAddToRequest Method |
Adds data to collection in HTTP context items
Namespace: CMS.ReportingAssembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax 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