Freigeben über


RemoveListItemPermissionsActivity-Klasse

Berechtigungen für eine Microsoft SharePoint Foundation 2010 für einen bestimmten Benutzer und eine Rolle entfernt.

Vererbungshierarchie

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
<ActivityValidatorAttribute(GetType(RemoveListItemPermissionsActivityValidator))> _
<PersistOnCloseAttribute> _
Public Class RemoveListItemPermissionsActivity _
    Inherits WaitForDocumentUnlockActivity
'Usage
Dim instance As RemoveListItemPermissionsActivity
[ActivityValidatorAttribute(typeof(RemoveListItemPermissionsActivityValidator))]
[PersistOnCloseAttribute]
public class RemoveListItemPermissionsActivity : WaitForDocumentUnlockActivity

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

RemoveListItemPermissionsActivity-Member

Microsoft.SharePoint.WorkflowActions.WithKey-Namespace