EDIFACT Integrator - Online Help
EDIFACT Integrator
Questions / Feedback?

LoadSchemaStream Method

Loads a schema stream describing a Transaction Set.

Syntax

[VB.NET]
Public Sub LoadSchemaStream(ByVal SchemaStream As System.IO.Stream)
[C#]
public void LoadSchemaStream(System.IO.Stream schemaStream);

Remarks

Parses Stream and loads it into an internal schema list. The SchemaFormat property must be set before calling this method.

The following SchemaFormat values are supported when calling this method:

  • schemaBinary
  • schemaBizTalk
  • schemaSEF
All other schema formats are unsupported when using this method. LoadSchema may be used if an unsupported schema format is required.

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 1.0.6635.0