Click or drag to resize

TemplateGetFieldList Method (ContentResolution)

Note: This API is now obsolete.

Gets a semi-colon-separated field list appropriate for use as an IncludeFields string. Note this method is deprecated in favor of GetFieldList(IAppContext, ContentResolution, TemplateReplaceFlags) because an IAppContext is required in order to include any inner template fields (see Template.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[ObsoleteAttribute("This method has been deprecated and is superceded by GetFieldList(IAppContext,ContentResolution,TemplateReplaceFlags).")]
public string GetFieldList(
	ContentResolution resolution
)

Parameters

resolution
Type: NetQuarryContentResolution
The resolution to use.

Return Value

Type: String
The field list, may be null if no fields are found.
See Also