SchemaXml.writeFile Function

Writes a Schema to an xml file to the specified output path.

writeFile(schema: Schema, outputPath: string): Promise<void>

Parameter Type Description
schema Schema The Schema to serialize.
outputPath string The directory in which to create the file.

Returns - Promise

Defined in

Last Updated: 05 May, 2024