Click or drag to resize

MapperUseSmartTemplatePopulation Method

Gets whether or not to use smart template population per the SmartTemplatePopulation Compatibility feature.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static bool UseSmartTemplatePopulation(
	IAppContext cxt
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.

Return Value

Type: Boolean
True if smart template population should be used, else false.
See Also