HtmlControlInitializeMappings Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Initialize the Mappings collection. This method is called when the Mappings collection is accessed for the first time. It is then cached

Namespace:  ArtOfTest.WebAii.Controls.HtmlControls
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public virtual void InitializeMappings(
	MappingsCollection mappings
)

Parameters

mappings
Type: ArtOfTest.WebAii.CoreMappingsCollection
The mappings collection to populate
See Also

Reference