| BaseInfoDeleteExternalColumns Method  | 
            Goes through the columns which are stored externally and deletes all the files.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxprotected virtual void DeleteExternalColumns(
	bool updateDB
)
Parameters
- updateDB
 - Type: SystemBoolean
If true, DB is updated with the data from the file before it's deleted. 
See Also