TemplateGetFieldList Method (ContentResolution) |
Note: This API is now obsolete.
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
)
<ObsoleteAttribute("This method has been deprecated and is superceded by GetFieldList(IAppContext,ContentResolution,TemplateReplaceFlags).")>
Public Function GetFieldList (
resolution As ContentResolution
) As String
Parameters
- resolution
- Type: NetQuarryContentResolution
The resolution to use.
Return Value
Type:
StringThe field list, may be null if no fields are found.
See Also