Compartilhar via


WorkflowDeploymentService.SaveCollateral method

Salva o arquivo material adicional de uma definição de fluxo de trabalho.

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntax

'Declaração
<ClientCallableMethodAttribute> _
Public MustOverride 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)
[ClientCallableMethodAttribute]
public abstract void SaveCollateral(
    Guid workflowDefinitionId,
    string leafFileName,
    Stream fileContent
)

Parâmetros

  • workflowDefinitionId
    Type: System.Guid

    O identificador de guid da definição de fluxo de trabalho.

  • leafFileName
    Type: System.String

    O nome da folha do arquivo material adicional.

  • fileContent
    Type: System.IO.Stream

    O conteúdo do arquivo como um objeto de stream material adicional.

Ver também

Referência

WorkflowDeploymentService class

WorkflowDeploymentService members

Microsoft.SharePoint.WorkflowServices namespace