RemoveListItemPermissionsActivity Class

Removes permissions on a Microsoft SharePoint Foundation 2010 for a specified user and role.

Inheritance Hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.SharePoint.WorkflowActions.WaitForDocumentUnlockActivity
        Microsoft.SharePoint.WorkflowActions.WithKey.RemoveListItemPermissionsActivity

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

Syntax

'Declaration
<PersistOnCloseAttribute> _
<ActivityValidatorAttribute(GetType(RemoveListItemPermissionsActivityValidator))> _
Public Class RemoveListItemPermissionsActivity _
    Inherits WaitForDocumentUnlockActivity
'Usage
Dim instance As RemoveListItemPermissionsActivity
[PersistOnCloseAttribute]
[ActivityValidatorAttribute(typeof(RemoveListItemPermissionsActivityValidator))]
public class RemoveListItemPermissionsActivity : WaitForDocumentUnlockActivity

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

RemoveListItemPermissionsActivity Members

Microsoft.SharePoint.WorkflowActions.WithKey Namespace