IContentCollectionAttributeValue Method Ingeniux CMS Content Store API

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

string AttributeValue(
	string name
)

Parameters

name
Type: SystemString
Name of the Attribute whose value is to be retrieved. Must be a valid XML attribute name.

Return Value

Type: String
Value of given Attribute. If Attribute doesn't exist, returns an empty string.
See Also

Reference