FileSpec.Delete Method (Typed) | |
Delete the file represented by this file specification.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Delete() AS LOGIC
public virtual bool Delete()
Request Example
View SourceReturn Value
Type:
Logic
TRUE if the file was successfully deleted; otherwise, FALSE.
See Also