InheritListItemParentPermissionsActivity Class
Provides a means to propagate list item permissions from the parent to the specified list item.
Inheritance Hierarchy
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
Microsoft.SharePoint.WorkflowActions.WaitForDocumentUnlockActivity
Microsoft.SharePoint.WorkflowActions.WithKey.InheritListItemParentPermissionsActivity
Namespace: Microsoft.SharePoint.WorkflowActions.WithKey
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ActivityValidatorAttribute(GetType(InheritListItemPermissionsActivityValidator))> _
<PersistOnCloseAttribute> _
Public Class InheritListItemParentPermissionsActivity _
Inherits WaitForDocumentUnlockActivity
'Usage
Dim instance As InheritListItemParentPermissionsActivity
[ActivityValidatorAttribute(typeof(InheritListItemPermissionsActivityValidator))]
[PersistOnCloseAttribute]
public class InheritListItemParentPermissionsActivity : 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.