SchemaCreateFromUrl Method (String, SchemaSettings, ErrorLog) |
Namespace:
Altova.RaptorXml.Xsd
Assembly:
raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntaxpublic static Schema CreateFromUrl(
string uri,
SchemaSettings options,
out ErrorLog log
)
Public Shared Function CreateFromUrl (
uri As String,
options As SchemaSettings,
<OutAttribute> ByRef log As ErrorLog
) As Schema
public:
static Schema^ CreateFromUrl(
String^ uri,
SchemaSettings^ options,
[OutAttribute] ErrorLog^% log
)
Parameters
- uri
- Type: SystemString
- options
- Type: Altova.RaptorXml.XsdSchemaSettings
- log
- Type: Altova.RaptorXmlErrorLog
Return Value
Type:
Schema
See Also