DocSetSnapshotActivity Members
Include Protected Members
Include Inherited Members
Updates a given document set or folder with comments provided by the Comments property.
The DocSetSnapshotActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DocSetSnapshotActivity | Initializes a new instance of the DocSetSnapshotActivity 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. | |
__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. | |
Comments | Gets or sets the comments to be updated on the document set or folder. | |
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
Enabled | (Inherited from Activity.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
IsDynamicActivity | (Inherited from Activity.) | |
MajorMinor | Gets or sets the version type for the given document set or folder. | |
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 | 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 | DependencyProperty object that promotes the __ListItem property for use by the workflow runtime. | |
CommentsProperty | DependencyProperty object that promotes the Commentsproperty for use by the workflow runtime. | |
MajorMinorProperty | DependencyProperty object that promotes theMajorMinor property for use by the workflow runtime. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComponent.Disposed | (Inherited from DependencyObject.) |
Top