Click or drag to resize

UtilModuleChanged Method

Marks a module as changed in the metadata.

Namespace:  NetQuarry.Metadata
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void ModuleChanged(
	IDatabase db,
	string moduleKey
)

Parameters

db
Type: NetQuarryIDatabase
The repository database.
moduleKey
Type: SystemString
The module that changed.
See Also