ApplicationEntry SetUpSchema Method (, String)frevvo Live Forms
Convenience method to upload schema in MediaSource 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(
	MediaSource source,
	string schemaName
)

Parameters

source
Type: MediaSource
The schema object to upload.
schemaName
Type: OnlineSystem String
The value to define the Name property of the uploaded schema entry.

Return Value

Type: SchemaEntry
The newly created SchemaEntry object.
Remarks

Method added in Release 6.1.2
See Also