IActionSetAttribute(String, String) Method
|
Sets the value of an
Attribute. If Attribute doesn't exist, will create a new one with the given name.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIAttribute SetAttribute(
string name,
string newVal
)
Function SetAttribute (
name As String,
newVal As String
) As IAttribute
IAttribute^ SetAttribute(
String^ name,
String^ newVal
)
abstract SetAttribute :
name : string *
newVal : string -> IAttribute Parameters
- name String
- Attribute name
- newVal String
- Attribute new value
Return Value
IAttributeThe
Attribute that was created or updated
See Also