IActionSetAttribute Method (IWorkflowAttribute) Ingeniux CMS Content Store API

Sets the value of an Attribute. If the Attribute doesn't exist, it creates a new one with the given object data.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

IAttribute SetAttribute(
	IWorkflowAttribute attribute
)

Parameters

attribute
Type: Ingeniux.CMSIWorkflowAttribute
Attribute to update or create

Return Value

Type: IAttribute
The Attribute that was created or updated
See Also

Reference