WaitForFieldChange members
Provides a workflow activity that waits for the specified SharePoint field or field value to change for a given item in the document library.
The WaitForFieldChange type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WaitForFieldChange | Initializes a new instance of the WaitForFieldChange class. |
Top
Properties
Name | Description | |
---|---|---|
CacheId | (Inherited from Activity.) | |
Constraints | (Inherited from Activity.) | |
DisplayName | (Inherited from Activity.) | |
EventPayload | ||
FieldName | Gets or sets the name of the field for which to wait for a change. | |
FieldValue | Gets or sets the value of the field for which to wait for a change. | |
Id | (Inherited from Activity.) | |
Implementation | (Inherited from Activity.) | |
ItemGuid | Gets or sets the globally unique identifier (GUID) of the item for which to wait for a field change. | |
ItemId | ||
ListId | Gets or sets the globally unique identifier (GUID) of the list containing the item for which to wait for a field change. |
Top
Methods
Name | Description | |
---|---|---|
CacheMetadata | (Inherited from Activity.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ShouldSerializeDisplayName | (Inherited from Activity.) | |
ToString | (Inherited from Activity.) |
Top