PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets an element by attribute value.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
public bool GetElementByAttributeValue(
	string attrName,
	string attrValue
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function GetElementByAttributeValue ( _
	attrName As , _
	attrValue As  _
) As 

Parameters

attrName
String
Name of the attribute.
attrValue
String
Value of the attribute (empty value is equivalent to missing value).

Return Value

True on success.

See Also

Advanced