TemplateGetFieldList Method (IAppContext, ContentResolution, TemplateReplaceFlags) |
Gets a semi-colon-separated field list appropriate for use as an IncludeFields string.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string GetFieldList(
IAppContext cxt,
ContentResolution resolution,
TemplateReplaceFlags flags
)
Public Function GetFieldList (
cxt As IAppContext,
resolution As ContentResolution,
flags As TemplateReplaceFlags
) As String
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - resolution
- Type: NetQuarryContentResolution
The resolution to use. - flags
- Type: NetQuarryTemplateReplaceFlags
The TemplateReplaceFlags for the template.
Return Value
Type:
StringThe field list, may be null if no fields are found.
See Also