SpecialFieldsDefinitionLoadFromQuery Method |
Loads special fields from query.
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
Syntax 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:
SpecialFieldsDefinitionSee Also