IContentItemGetSystemAttribute Method
|
Retrieves a system attribute by its enum value. System attributes are attributes on a page document that contain the page's metadata.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIAttribute GetSystemAttribute(
EnumSystemAttributes attrID
)
Function GetSystemAttribute (
attrID As EnumSystemAttributes
) As IAttribute
IAttribute^ GetSystemAttribute(
EnumSystemAttributes attrID
)
abstract GetSystemAttribute :
attrID : EnumSystemAttributes -> IAttribute Parameters
- attrID EnumSystemAttributes
- Enum value of the system attribute to retrieve
Return Value
IAttributeSystem attribute. Returns null if the system attribute doesn't exist.
See Also