ImpersonationSequenceActivityValidator Class

Provides the ImpersonationSequenceActivity 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.ImpersonationSequenceActivityValidator
          Microsoft.SharePoint.WorkflowActions.WithKey.AddListItemPermissionsActivityValidator
          Microsoft.SharePoint.WorkflowActions.WithKey.InheritListItemPermissionsActivityValidator
          Microsoft.SharePoint.WorkflowActions.WithKey.RemoveListItemPermissionsActivityValidator
          Microsoft.SharePoint.WorkflowActions.WithKey.ReplaceListItemPermissionsActivityValidator

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

Syntax

'Declaration
Public Class ImpersonationSequenceActivityValidator _
    Inherits ActivityValidator
'Usage
Dim instance As ImpersonationSequenceActivityValidator
public class ImpersonationSequenceActivityValidator : ActivityValidator

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.

See Also

Reference

ImpersonationSequenceActivityValidator Members

Microsoft.SharePoint.WorkflowActions Namespace