Click or drag to resize

MainUpdateProcessSearchData Method

The method will update the search data of one or more processes and their activities. If the action object is a process this process will be updated, otherwise all processes which have the target object as a target will be updated.
Codemethod usage
Designed to be used in a process onlyNo
Action Object (data object type)Process or object that is a target of a process
SecurityOverridden

Namespace:  Omada.OE.UtilityCodeAssembly
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
public void UpdateProcessSearchData(
	CodeMethodInvokeContext context
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
See Also