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.3.169
Syntax void SetSystemAttribute(
EnumSystemAttributes attrID,
string newVal
)
Sub SetSystemAttribute (
attrID As EnumSystemAttributes,
newVal As String
)
void SetSystemAttribute(
EnumSystemAttributes attrID,
String^ newVal
)
abstract SetSystemAttribute :
attrID : EnumSystemAttributes *
newVal : string -> unit
Parameters
- attrID
- Type: Ingeniux.CMS.EnumsEnumSystemAttributes
Enum value of the system attribute to set - newVal
- Type: SystemString
New system attribute string value
See Also