Click or drag to resize
RESTServiceGetMacroResult Method
Returns the result of the macro expression.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 9.0.0
Syntax
C#
public Stream GetMacroResult(
	string expression
)

Parameters

expression
Type: SystemString
Data macro expression to evaluate

Return Value

Type: Stream

Implements

IRESTServiceGetMacroResult(String)
See Also