ExtendedXmlDataSetAttribute Method |
Creates or update XML node with dependence on item identifier.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax 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