EPTBaseICS_ASDynamicCodeInvoke Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

The invoke method that should be implemented.

Namespace: ContentStudio.Site.ActiveScripting
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

void Invoke(
	Dictionary<string, string> eptData,
	EPTBaseXmlIndexProperties eptProperties
)

Parameters

eptData
Type: System.Collections.GenericDictionaryString, String
Dictionary containing EPT data (field name and field value)
eptProperties
Type: ContentStudio.Site.ActiveScriptingEPTBaseXmlIndexProperties
Properties object used for reading PageCount and RecordCount
See Also

Reference