IPageGetSystemAttribute Method Ingeniux CMS Content Store API

Retrieves a system attribute by its enum value. System attributes are attributes on a page document that contain the page's metadata.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

IAttribute GetSystemAttribute(
	EnumSystemAttributes attrID
)

Parameters

attrID
Type: Ingeniux.CMS.EnumsEnumSystemAttributes
Enum value of the system attribute to retrieve

Return Value

Type: IAttribute
System attribute. Returns null if the system attribute doesn't exist.
See Also

Reference