IEdiAssembler.AddDocument 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.
public:
void AddDocument(Microsoft::BizTalk::Edi::Pipelines::EdiAssembler ^ parentAsm, Microsoft::BizTalk::Component::Interop::IPipelineContext ^ pc, Microsoft::BizTalk::Message::Interop::IBaseMessage ^ msg, System::String ^ docType, System::String ^ sendPortName);
public void AddDocument (Microsoft.BizTalk.Edi.Pipelines.EdiAssembler parentAsm, Microsoft.BizTalk.Component.Interop.IPipelineContext pc, Microsoft.BizTalk.Message.Interop.IBaseMessage msg, string docType, string sendPortName);
abstract member AddDocument : Microsoft.BizTalk.Edi.Pipelines.EdiAssembler * Microsoft.BizTalk.Component.Interop.IPipelineContext * Microsoft.BizTalk.Message.Interop.IBaseMessage * string * string -> unit
Public Sub AddDocument (parentAsm As EdiAssembler, pc As IPipelineContext, msg As IBaseMessage, docType As String, sendPortName As String)
Parameters
- parentAsm
- EdiAssembler
- msg
- IBaseMessage
- docType
- String
- sendPortName
- String