Click or drag to resize

MetadataReaderDeleteModule Method

Deletes a module from the database

Namespace:  NetQuarry.Metadata
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void DeleteModule(
	IAppContext appCxt,
	string moduleKey
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context object.
moduleKey
Type: SystemString
The module to delete.
See Also