ApplicationEntry SetUpSchema Method (String, String)frevvo Live Forms
Convenience method to upload schema in .xsd file 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 SetUpSchema(
	string fileName,
	string schemaName = null
)

Parameters

fileName
Type: OnlineSystem String
Name of .xsd file that contains Schema information to upload.
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