Click or drag to resize

UtilIsModuleChanged Method

Determine if the specified module has been modified (is dirty).

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

Parameters

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

Return Value

Type: Boolean
True if module has been modified, else false.
See Also