Add

Add(string, string, string)

Add a SchemaRef to the collection.

public int Add(string href, string namespacePrefix, string namspaceUri)
ParameterTypeDescription
hrefStringSchema reference href URI.
namespacePrefixStringSchema reference namespace prefix
namspaceUriStringSchema reference namespace URI.

Return Value

SchemaRef object index.

See Also


Add(string, string)

Add a SchemaRef to the collection.

public int Add(string href, string namespacePrefix)
ParameterTypeDescription
hrefStringSchema reference href URI.
namespacePrefixStringSchema reference namespace prefix

Return Value

SchemaRef object index.

See Also