FieldKernelFilePathDelete Method |
Delete the file associated with this FilePath cell-type field (per flags).
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected void FilePathDelete(
int flags
)
Protected Sub FilePathDelete (
flags As Integer
)
Parameters
- flags
- Type: SystemInt32
Currently a single flag, 0x00000001 (DelOldFile), is supported. When this flag
is set, the old file (as specified in IField.OldValue) is deleted rather than
the current file.
See Also