IContentItemSetSystemAttribute Method (EnumSystemAttributes, IAttribute)
|
Sets value for a system attribute.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void SetSystemAttribute(
EnumSystemAttributes attrID,
IAttribute newVal
)
Sub SetSystemAttribute (
attrID As EnumSystemAttributes,
newVal As IAttribute
)
void SetSystemAttribute(
EnumSystemAttributes attrID,
IAttribute^ newVal
)
abstract SetSystemAttribute :
attrID : EnumSystemAttributes *
newVal : IAttribute -> unit
Parameters
- attrID
- Type: Ingeniux.CMS.EnumsEnumSystemAttributes
Enum value of the system attribute to set - newVal
- Type: Ingeniux.CMSIAttribute
New system attribute object
See Also