Click or drag to resize

IContentItemSetSystemAttribute Method (EnumSystemAttributes, String)


Sets string 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,
	string newVal
)

Parameters

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