DeleteSchemata(ISchema[], Boolean):Void

Deletes a list of schemas.

Return type: System.Void

Parameter

schemata

Type: Onion.Client.ISchema[]

This parameter is a list of schemas to be deleted. If a schema and its derivations are to be deleted, then it is not necessary for all schemas to be explicitly indicated. In this case the parameter recurse can be set to true.

recurse

Type: System.Boolean

This parameter controls whether the indicated schemas are to be deleted recursively. If the value is set to false and one of the indicated schemas has derived schemas, then the deletion process is aborted or rolled back.