Process an attribute input

Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public Shared Function ProcessAttributeInput( _ 
ByVal details As IWorkflowInstanceDetails, _ 
ByVal attrib_input As AttributesScriptInput, _ 
ByVal engine As PropertyExpressionEngine, _ 
ByVal db As IDatabase
) As AttributeValueCollection
This language is not supported or no code example is available.
public static AttributeValueCollection ProcessAttributeInput( 
IWorkflowInstanceDetails details
AttributesScriptInput attrib_input
PropertyExpressionEngine engine
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static AttributeValueCollection^ ProcessAttributeInput( 
IWorkflowInstanceDetails^ details
AttributesScriptInput^ attrib_input
PropertyExpressionEngine^ engine
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function ProcessAttributeInput( 
details : IWorkflowInstanceDetails
attrib_input : AttributesScriptInput
engine : PropertyExpressionEngine
db : IDatabase 
) : AttributeValueCollection;
This language is not supported or no code example is available.

Parameters

details
Type: IWorkflowInstanceDetails

<default>

attrib_input
Type: AttributesScriptInput

<default>

engine
Type: PropertyExpressionEngine

<default>

db
Type: IDatabase

<default>

Return Value

Type: AttributeValueCollection

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1