ModuleNames Data Type
The following enumerator is used to control whether downloaded MDF files should retain module names or be removed in cases where a module name is present. The following options are available:
- KEEP_AS_IS, keep the files as they are. I don't care about it.
- WITH, retain module names for those having module names. For files not having any module names we cannot invent them.
- WITHOUT, remove module names for files having them.
value | description |
---|---|
KEEP_AS_IS | Don't do anything to file, keep it as it is. |
WITH | Keep module names for files that contain module names. |
WITHOUT | Remove module names from files that contain module names. |