Click or drag to resize

TemplateGetTemplateNodes Method

Gets the collection of TemplateNode objects describing this template. The collection will be loaded if it has not yet been loaded.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public TemplateNodes GetTemplateNodes(
	ContentResolution resolution
)

Parameters

resolution
Type: NetQuarryContentResolution
The resolution to use. Must be a specified resolution, not All.

Return Value

Type: TemplateNodes
The node collection, or null if an invalid resolution is provided.
See Also