Click or drag to resize
QueryMacrosResolveMacros Method
Resolves the given macros within a query

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public string ResolveMacros(
	string queryText
)

Parameters

queryText
Type: SystemString
Query text

Return Value

Type: String
See Also