Freigeben über


AddListItemPermissionsActivity-Klasse

Definiert eine Workflow-Aktivität, mit der das Element in der Liste für die angegebene Benutzer die angegebene Rollenberechtigungen hinzufügen.

Vererbungshierarchie

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

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

Syntax

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

AddListItemPermissionsActivity-Member

Microsoft.SharePoint.WorkflowActions.WithKey-Namespace