Uiinfrastructure API Docs  
 

PTConstructType.GetElementName Method 

Call this method to obtain an ElementName object indicating a specific html element found within this construct.

For example, to obtain an ElementName object indicating the html element containing the wide banner's title, do the following:

myEName = PTBannerType.WIDE.GetElementName( PTBannerType.ELEMENT_NAME_ID_TITLE );

public abstract ElementName GetElementName(
   string sElementNameID
);

Parameters

sElementNameID
Pass a constant indicating which ElementName you wish to obtain. Each concrete PTConstructType provides a unique set of constants for obtaining ElementName objects.

Return Value

See Also

PTConstructType Class | com.plumtree.xpshared.htmlconstructs Namespace