ApplicationEntry SetupSchemaZip Method frevvo Live Forms
Convenience method to upload Schema file(s) in Zip form.

Namespace: Frevvo.Forms.Client
Assembly: Frevvo.Forms.Client (in Frevvo.Forms.Client.dll) Version: 7.2.1.0 (7.2.1)
Syntax

public SchemaEntry SetupSchemaZip(
	string fileName,
	string rootXSDFileName = null,
	string schemaName = null
)

Parameters

fileName
Type: OnlineSystem String
Name of .zip file that contains Schema information to upload.
rootXSDFileName (Optional)
Type: OnlineSystem 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: OnlineSystem 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: SchemaEntry
The newly created SchemaEntry object.
Remarks

Method added in Release 6.1.2
See Also