Share via


AddArrayIntoArrayListActivityValidator.Validate Method

Validates the AddArrayIntoArrayListActivity class during workflow compilation.

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
Public Overrides Function Validate ( _
    manager As ValidationManager, _
    obj As Object _
) As ValidationErrorCollection
'Usage
Dim instance As AddArrayIntoArrayListActivityValidator
Dim manager As ValidationManager
Dim obj As Object
Dim returnValue As ValidationErrorCollection

returnValue = instance.Validate(manager, _
    obj)
public override ValidationErrorCollection Validate(
    ValidationManager manager,
    Object obj
)

Parameters

Return Value

Type: System.Workflow.ComponentModel.Compiler.ValidationErrorCollection
A collection that contains the errors from this operation.

Remarks

This override calls the Validate method of the base class and returns the error collection.

See Also

Reference

AddArrayIntoArrayListActivityValidator Class

AddArrayIntoArrayListActivityValidator Members

Microsoft.SharePoint.WorkflowActions Namespace