Click or drag to resize
ExtendedXmlDataSetAttribute Method
Creates or update XML node with dependence on item identifier.

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

Parameters

columnName
Type: SystemString
Column name
identifier
Type: SystemString
Identifier value
attributeName
Type: SystemString
Attribute name
attributeValue
Type: SystemObject
Attribute value
See Also