Click or drag to resize
ExtendedXmlDataGetAttribute Method
Returns attribute value from structured data colection.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public virtual Object GetAttribute(
	string identifier,
	string attributeName
)

Parameters

identifier
Type: SystemString
Item identifier value
attributeName
Type: SystemString
Attribute name

Return Value

Type: Object
See Also