Click or drag to resize

IContentItemSetSystemAttribute Method (EnumSystemAttributes, IAttribute)


Sets value for a system attribute.

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

Parameters

attrID
Type: Ingeniux.CMS.EnumsEnumSystemAttributes
Enum value of the system attribute to set
newVal
Type: Ingeniux.CMSIAttribute
New system attribute object
See Also