Remove(ISchema, Boolean):Void

Removes a schema from the collection.

Return type: System.Void

Parameter

schema

Type: Onion.Client.ISchema

This parameter is the schema to be removed from the collection.

includeDerivations

Type: System.Boolean

This parameter controls whether alll derivations of the indicated schema are also to be removed from the collection. If false is indicated as the value, then the derivations are not removed from the collection.