Click or drag to resize

IContentItemSetSystemAttribute(EnumSystemAttributes, String) Method


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

Parameters

attrID  EnumSystemAttributes
Enum value of the system attribute to set
newVal  String
New system attribute string value
See Also