MetadataWriterIsMarkedChanged Method |
Returns true if the module is in the xmt_module_audit table OR (in this override's case) the
flag for saving does not include 'save changed only.'
Namespace:
NetQuarry.Metadata
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected override bool IsMarkedChanged(
string module
)
Protected Overrides Function IsMarkedChanged (
module As String
) As Boolean
Parameters
- module
- Type: SystemString
The name of the module
Return Value
Type:
BooleanTrue if the module is marked as changed.
See Also