SPWorkflowModificationCollection Members
Include Protected Members
Include Inherited Members
Represents the collection of workflow modifications that are currently in scope for the workflow instance.
The SPWorkflowModificationCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the total number of workflow modifications in the collection. (Overrides SPBaseCollection.Count.) | |
Item[Guid] | Gets the specified workflow modification. | |
Item[Int32] | Gets the specified workflow modification. | |
UpgradedPersistedProperties | (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from SPBaseCollection.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
GetTypedEnumerator<T> | (Inherited from SPBaseCollection.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | (Inherited from SPAutoSerializingObject.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection.CopyTo | (Inherited from SPBaseCollection.) | |
ICollection.IsSynchronized | (Inherited from SPBaseCollection.) | |
ICollection.SyncRoot | (Inherited from SPBaseCollection.) |
Top