WorkflowDeploymentService.SaveCollateral method
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)
Syntax
'Declaration
Public Overridable Sub SaveCollateral ( _
workflowDefinitionId As Guid, _
leafFileName As String, _
fileContent As Stream _
)
'Usage
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
)
Parameters
- workflowDefinitionId
Type: System.Guid
- leafFileName
Type: System.String
- fileContent
Type: System.IO.Stream
See also
Reference
WorkflowDeploymentService class