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
- workflowDefinitionId
Type : System.Guid
- leafFileName
Type : System.String
- fileContent
Type : System.IO.Stream
Voir aussi
Référence
WorkflowDeploymentService classe
WorkflowDeploymentService - Membres
Microsoft.SharePoint.Client.WorkflowServices - Espace de noms