Convenience method to upload Schema file(s) in Zip 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 .zip file that contains Schema information to upload.
- rootXSDFileName (Optional)
- Type:
System String
Optional parameter that is required when you are uploading a zip file containing multiple related schemas (that import/include each other). Specify the exact name (relative to the top level directory separated by / (forward slash)) of the XSD file containing the root schema. A zip file cannot contain multiple unrelated schemas. You must upload each set of related schemas separately.
- 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