Partager via


WorkflowTemplateCollection - Classe

The collection of workflow templates deployed on a site.

Hiérarchie d’héritage

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<WorkflowTemplate>
        Microsoft.SharePoint.Client.Workflow.WorkflowTemplateCollection

Espace de noms :  Microsoft.SharePoint.Client.Workflow
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public Class WorkflowTemplateCollection _
    Inherits ClientObjectCollection(Of WorkflowTemplate)
'Utilisation
Dim instance As WorkflowTemplateCollection
public class WorkflowTemplateCollection : ClientObjectCollection<WorkflowTemplate>

Remarques

Each SPWorkflowTemplate object represents a workflow template and contains members you can use to get or set information about the template, such as the instantiation data and the history and task lists for the template.

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

WorkflowTemplateCollection - Membres

Microsoft.SharePoint.Client.Workflow - Espace de noms