DatStat Illume 4.5 SDK Class Reference

HookContext.ResponseReplacement Method 

Returns a string with all DatStat Illume pipe directives replaced.

public string ResponseReplacement(
   String inStr
);

Parameters

inStr
A string containing pipes.

Return Value

A copy of the string with all pipes replaced with the appropriate values.

Remarks

DatStat Illume pipes are of the form "{<pipe-name>:<variable-name>}". Pipes are used to efficiently manage the inclusion of survey responses in a string. For example, an email template may start "Dear {RESPONSE:FirstName}, ...". Use this method to replace all pipes with the appropriate values.

See Also

HookContext Class | DatStat.Collector Namespace