RemoveListItemPermissionsActivity members
Removes permissions on a Microsoft SharePoint Foundation 2010 for a specified user and role.
The RemoveListItemPermissionsActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RemoveListItemPermissionsActivity | Initializes a new instance of the RemoveListItemPermissionsActivity class. |
Top
Properties
Name | Description | |
---|---|---|
__Context | Gets or sets the [WorkflowContext] from which the __ContextProperty property can expose information about the active workflow instance to the workflow runtime. | |
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
Enabled | (Inherited from Activity.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
IsDynamicActivity | (Inherited from Activity.) | |
ListId | The ID of the SharePoint Foundation 2010 list on which the item resides. | |
ListItem | The specified SharePoint Foundation 2010 list item on the designated list. | |
Name | (Inherited from Activity.) | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
QualifiedName | (Inherited from Activity.) | |
Roles | Gets or sets the roles to remove from the permissions for the specified SharePoint Foundation 2010 list. | |
Site | (Inherited from DependencyObject.) | |
UserData | (Inherited from DependencyObject.) | |
Users | Gets or sets the users to remove from the permissions for the specified SharePoint Foundation 2010 list. | |
WorkflowInstanceId | (Inherited from Activity.) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
Canceling | (Inherited from Activity.) | |
Closed | (Inherited from Activity.) | |
Compensating | (Inherited from Activity.) | |
Executing | (Inherited from Activity.) | |
Faulting | (Inherited from Activity.) | |
StatusChanged | (Inherited from Activity.) |
Top
Fields
Name | Description | |
---|---|---|
__ContextProperty | The DependencyProperty object that promotes the __Context property for use by the workflow runtime. | |
ListIdProperty | The DependencyProperty object that promotes the ListId property for use by the workflow runtime. | |
ListItemProperty | The DependencyProperty object that promotes the ListItem property for use by the workflow runtime. | |
RolesProperty | The DependencyProperty object that promotes the Roles property for use by the workflow runtime. | |
UsersProperty | The DependencyProperty object that promotes the Users property for use by the workflow runtime. |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IActivityEventListener<QueueEventArgs>.OnEvent | Called when the event to which this WaitForDocumentUnlockActivity instance is subscribed occurs. (Inherited from WaitForDocumentUnlockActivity.) | |
IComponent.Disposed | (Inherited from DependencyObject.) |
Top