EPTBaseICS_ASDynamicCode Interface Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Public interface used for Content Studio components that implements dynamic code execution for example Script filtered documents and List pageable filtered documents.

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

public interface ICS_ASDynamicCode

The EPTBaseICS_ASDynamicCode type exposes the following members.

Methods

  NameDescription
Public methodInvoke
The invoke method that should be implemented.
Top
Remarks

Classes that implement this interface can be used to define code that runs for a certain row in the returned result set from a result set.
See Also

Reference