Click or drag to resize

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
)

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: String
The field list, may be null if no fields are found.
See Also