IContentItemSetSystemAttribute(EnumSystemAttributes, String) Method
|
Sets string value for a system attribute.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid 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 EnumSystemAttributes
- Enum value of the system attribute to set
- newVal String
- New system attribute string value
See Also