Partager via


WorkflowDeploymentService.SaveCollateral - Méthode

Espace de noms :  Microsoft.SharePoint.Client.WorkflowServices
Assembly :  Microsoft.SharePoint.Client.WorkflowServices (dans Microsoft.SharePoint.Client.WorkflowServices.dll)

Syntaxe

'Déclaration
Public Overridable Sub SaveCollateral ( _
    workflowDefinitionId As Guid, _
    leafFileName As String, _
    fileContent As Stream _
)
'Utilisation
Dim instance As WorkflowDeploymentService
Dim workflowDefinitionId As Guid
Dim leafFileName As String
Dim fileContent As Stream

instance.SaveCollateral(workflowDefinitionId, _
    leafFileName, fileContent)
public virtual void SaveCollateral(
    Guid workflowDefinitionId,
    string leafFileName,
    Stream fileContent
)

Paramètres

Voir aussi

Référence

WorkflowDeploymentService classe

WorkflowDeploymentService - Membres

Microsoft.SharePoint.Client.WorkflowServices - Espace de noms