BaseInfoGeneralizedInfoWrapperDeleteExternalColumns Method |
Goes through the columns which are stored externally and deletes all the files.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public 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