Click or drag to resize
ExtendedXmlDataGetAttributes Method
Returns attributes of item with given identifier or null when such item doesn't exists.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public virtual Hashtable GetAttributes(
	string identifier
)

Parameters

identifier
Type: SystemString
Item identifier value

Return Value

Type: Hashtable
See Also