WorkflowDeploymentService.SaveCollateral 方法
命名空間: Microsoft.SharePoint.Client.WorkflowServices
組件: Microsoft.SharePoint.Client.WorkflowServices (在 Microsoft.SharePoint.Client.WorkflowServices.dll 中)
語法
'宣告
Public Overridable Sub SaveCollateral ( _
workflowDefinitionId As Guid, _
leafFileName As String, _
fileContent As Stream _
)
'用途
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
)
參數
- workflowDefinitionId
類型:System.Guid
- leafFileName
類型:System.String
- fileContent
類型:System.IO.Stream