SPWorkflowTemplateCollection Members
Include Protected Members
Include Inherited Members
Represents the collection of workflow templates currently deployed on a site.
The SPWorkflowTemplateCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the total number of workflow templates in the collection. (Overrides SPBaseCollection.Count.) | |
Item[Guid] | Gets the specified workflow template. | |
Item[Int32] | Gets the specified workflow template. | |
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.) | |
GetTemplateByBaseID | Gets the workflow template based on the template ID. | |
GetTemplateByName | Gets the workflow template based on its name. | |
GetType | (Inherited from Object.) | |
GetTypedEnumerator<T> | (Inherited from SPBaseCollection.) | |
InitializeDefaults | Initializes default values for the template collection. | |
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