WorkflowDeploymentService.SaveCollateral(Guid, String, Stream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public virtual void SaveCollateral (Guid workflowDefinitionId, string leafFileName, System.IO.Stream fileContent);
abstract member SaveCollateral : Guid * string * System.IO.Stream -> unit
override this.SaveCollateral : Guid * string * System.IO.Stream -> unit
Public Overridable Sub SaveCollateral (workflowDefinitionId As Guid, leafFileName As String, fileContent As Stream)
Parameters
- workflowDefinitionId
- Guid
- leafFileName
- String
- fileContent
- Stream
- Attributes