MapperKernelDeleteRelatedFiles Method |
Delete the file, if any, associated with each field in this row in the mapper
where the field so indicates.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected void DeleteRelatedFiles(
bool bIsDelete
)
Protected Sub DeleteRelatedFiles (
bIsDelete As Boolean
)
Parameters
- bIsDelete
- Type: SystemBoolean
Specifies whether this is part of a delete or update operation.
See Also