WorkflowDeploymentService.SaveCollateral método
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (em Microsoft.SharePoint.Client.WorkflowServices.dll)
Sintaxe
'Declaração
Public Overridable Sub SaveCollateral ( _
workflowDefinitionId As Guid, _
leafFileName As String, _
fileContent As Stream _
)
'Uso
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
)
Parâmetros
- workflowDefinitionId
Tipo: System.Guid
- leafFileName
Tipo: System.String
- fileContent
Tipo: System.IO.Stream
Ver também
Referência
WorkflowDeploymentService classe