TemplateUsesNodeBasedExpansion Method |
Gets whether or not this template uses the new node-based template expansion. To enable node-based expansion
system-wide, set the
UseNodeBasedTemplateExpansionCompatibility feature. To enable it for a
particular template only set the template's
UseNewTemplateExpansion attribute.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool UsesNodeBasedExpansion(
IAppContext cxt
)
Public Function UsesNodeBasedExpansion (
cxt As IAppContext
) As Boolean
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context.
Return Value
Type:
BooleanTrue if the new node-based template expansion is used, else false.
See Also