IContentCollectionAttribute Method Ingeniux CMS Content Store API

Gets 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

IAttribute Attribute(
	string name
)

Parameters

name
Type: SystemString
Name of the Attribute to retrieve

Return Value

Type: IAttribute
Attribute with given name. Cannot return a null value, as this value doesn't exist.
See Also

Reference