SetModerationStatusActivity Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to set the Content Approval status for a list item.
The SetModerationStatusActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SetModerationStatusActivity | Initializes a new instance of the SetModerationStatusActivity class. |
Top
Properties
Name | Description | |
---|---|---|
__Context | Gets or sets the WorkflowContext object that contains the properties that are associated with the active workflow instance. | |
__ListId | Gets or sets the identifier (ID) for the list on which the list item resides. | |
__ListItem | Gets or sets the ID of the item that is changed. | |
Comments | Gets or sets the comments used when the Content Approval status is changed. | |
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
Enabled | (Inherited from Activity.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
IsDynamicActivity | (Inherited from Activity.) | |
ModerationStatus | Gets or sets the moderation status of the Content Approval for the item in a list or document library. | |
Name | (Inherited from Activity.) | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
QualifiedName | (Inherited from Activity.) | |
Site | (Inherited from DependencyObject.) | |
UserData | (Inherited from DependencyObject.) | |
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 the DependencyProperty object that promotes the __Context property for use by the workflow runtime. | |
__ListIdProperty | Represents the DependencyProperty object that promotes the __ListId property for use by the workflow runtime. | |
__ListItemProperty | Represents the DependencyProperty object that promotes the __ListItem property for use by the workflow runtime. | |
CommentsProperty | Represents the DependencyProperty object that promotes the __Comments() property for use by the workflow runtime. | |
ModerationStatusProperty | Represents the DependencyProperty object that promotes the __ModerationStatus() property for use by the workflow runtime. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComponent.Disposed | (Inherited from DependencyObject.) |
Top