Freigeben über


ReplaceListItemPermissionsActivity-Klasse

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

Vererbungshierarchie

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

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

Syntax

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

ReplaceListItemPermissionsActivity-Member

Microsoft.SharePoint.WorkflowActions.WithKey-Namespace