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
)
Public Function GetTemplateNodes (
resolution As ContentResolution
) As TemplateNodes
Parameters
- resolution
- Type: NetQuarryContentResolution
The resolution to use. Must be a specified resolution, not All.
Return Value
Type:
TemplateNodesThe node collection, or null if an invalid resolution is provided.
See Also