Convenience method to upload schema in .xsd file form.
Namespace: Frevvo.Forms.ClientAssembly: Frevvo.Forms.Client (in Frevvo.Forms.Client.dll) Version: 7.2.1.0 (7.2.1)
Syntax
Parameters
- fileName
- Type:
System String
Name of .xsd file that contains Schema information to upload.
- schemaName (Optional)
- Type:
System String
Optional parameter used as the Name property of the uploaded schema entry. If not defined, the filename will be used for the schema name property.
Return Value
Type: SchemaEntryThe newly created SchemaEntry object.
Remarks
See Also