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
Public property Count Gets the total number of workflow templates in the collection. (Overrides SPBaseCollection.Count.)
Public property Item[Guid] Gets the specified workflow template.
Public property Item[Int32] Gets the specified workflow template.
Public property UpgradedPersistedProperties (Inherited from SPAutoSerializingObject.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from SPBaseCollection.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData (Inherited from SPAutoSerializingObject.)
Public method GetTemplateByBaseID Gets the workflow template based on the template ID.
Public method GetTemplateByName Gets the workflow template based on its name.
Public method GetType (Inherited from Object.)
Public method GetTypedEnumerator<T> (Inherited from SPBaseCollection.)
Protected method InitializeDefaults Initializes default values for the template collection.
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDeserialization (Inherited from SPAutoSerializingObject.)
Public method ToString (Inherited from Object.)
Protected method UpdateParent (Inherited from SPAutoSerializingObject.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from SPBaseCollection.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from SPBaseCollection.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from SPBaseCollection.)

Top

See Also

Reference

SPWorkflowTemplateCollection Class

Microsoft.SharePoint.Workflow Namespace