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.
Provides the UpdateItemActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions.
Inheritance Hierarchy
System.Object
System.Workflow.ComponentModel.Compiler.Validator
System.Workflow.ComponentModel.Compiler.DependencyObjectValidator
System.Workflow.ComponentModel.Compiler.ActivityValidator
Microsoft.SharePoint.WorkflowActions.WithKey.UpdateItemActivityValidator
Namespace: Microsoft.SharePoint.WorkflowActions.WithKey
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public NotInheritable Class UpdateItemActivityValidator _
Inherits ActivityValidator
'Usage
Dim instance As UpdateItemActivityValidator
public sealed class UpdateItemActivityValidator : ActivityValidator
Remarks
The UpdateItemActivityValidator class is sealed and cannot be inherited or overridden.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.