共用方式為


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
)

參數

請參閱

參照

WorkflowDeploymentService 類別

WorkflowDeploymentService 成員

Microsoft.SharePoint.Client.WorkflowServices 命名空間