IActionSetAttribute(IWorkflowAttribute) Method
|
Sets the value of an
Attribute. If the Attribute doesn't exist, it creates a new one with the given object data.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIAttribute SetAttribute(
IWorkflowAttribute attribute
)
Function SetAttribute (
attribute As IWorkflowAttribute
) As IAttribute
IAttribute^ SetAttribute(
IWorkflowAttribute^ attribute
)
abstract SetAttribute :
attribute : IWorkflowAttribute -> IAttribute Parameters
- attribute IWorkflowAttribute
- Attribute to update or create
Return Value
IAttributeThe
Attribute that was created or updated
See Also