Click or drag to resize
SpecialFieldsDefinitionLoadFromQuery Method
Loads special fields from query.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public SpecialFieldsDefinition LoadFromQuery(
	string query,
	QueryTypeEnum type = QueryTypeEnum.SQLQuery,
	string valueFormat = null,
	string textFormat = null
)

Parameters

query
Type: SystemString
Query text
type (Optional)
Type: CMS.DataEngineQueryTypeEnum
Query type
valueFormat (Optional)
Type: SystemString
Macro format of the value
textFormat (Optional)
Type: SystemString
Macro format of the text

Return Value

Type: SpecialFieldsDefinition
See Also