Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initiates the evaluation of the WorkflowCodeTypeReferenceExpression.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public Function Evaluate ( _
execution As RuleExecution _
) As RuleExpressionResult
'Usage
Dim instance As WorkflowCodeTypeReferenceExpression
Dim execution As RuleExecution
Dim returnValue As RuleExpressionResult
returnValue = instance.Evaluate(execution)
public RuleExpressionResult Evaluate(
RuleExecution execution
)
Parameters
execution
Type: System.Workflow.Activities.Rules.RuleExecutionThe RuleExecution that is used to execute the expression.
Return Value
Type: System.Workflow.Activities.Rules.RuleExpressionResult
The RuleExpressionResult that indicates the result of the rule execution.
Implements
IRuleExpression.Evaluate(RuleExecution)
See Also
Reference
WorkflowCodeTypeReferenceExpression Class