Click or drag to resize

IContentItemSetSystemAttribute(EnumSystemAttributes, IAttribute) Method


Sets value for a system attribute.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
void SetSystemAttribute(
	EnumSystemAttributes attrID,
	IAttribute newVal
)

Parameters

attrID  EnumSystemAttributes
Enum value of the system attribute to set
newVal  IAttribute
New system attribute object
See Also