Click or drag to resize

IActionAttribute Method


Retrieves an Attribute by its name.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IAttribute Attribute(
	string attributeName
)

Parameters

attributeName  String
Name of attribute, unique

Return Value

IAttribute
Attribute with matching name, or null if attribute doesn't exist
See Also