IPageSetSystemAttribute Method (EnumSystemAttributes, String) Ingeniux CMS Content Store API

Sets string value for a system attribute.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference