AddListItemPermissionsActivity Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to add the specified role permissions to the item in the list for the specified users.
The AddListItemPermissionsActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AddListItemPermissionsActivity | Initializes a new instance of the AddListItemPermissionsActivity class. |
Top
Properties
Name | Description | |
---|---|---|
__Context | Gets or sets the context that contains information about the active workflow instance for 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 | Gets or sets the ID of the list in which the item resides. | |
ListItem | The list item in the specified list. | |
Name | (Inherited from Activity.) | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
QualifiedName | (Inherited from Activity.) | |
Roles | Gets or sets the list of roles that a specified user is part of. | |
Site | (Inherited from DependencyObject.) | |
UserData | (Inherited from DependencyObject.) | |
Users | Gets or sets the list of users to be added to the list item's permissions. | |
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 | Represents a __Context property that the class promotes for use by the workflow runtime. | |
ListIdProperty | Represents a ListId property that the class promotes for use by the workflow runtime. | |
ListItemProperty | Represents a ListItem property that the class promotes for use by the workflow runtime. | |
RolesProperty | Represents a Roles property that the class promotes for use by the workflow runtime. | |
UsersProperty | Represents a Users property that the class promotes 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