Gets the value of a specific Attribute by name.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Parameters
- name
- Type: SystemString
Name of the Attribute whose value is to be retrieved. Must be a valid XML attribute name.
Return Value
Type: StringValue of given Attribute. If Attribute doesn't exist, returns an empty string.
See Also