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.
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
manager
Type: System.Workflow.ComponentModel.Compiler.ValidationManagerThe validation manager to use for this operation.
obj
Type: System.ObjectThe object to validate.
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