Click or drag to resize

FileDataTryDelete Method

Attempts to delete the current file.

Namespace:  Opait.Api
Assembly:  Opait.Core (in Opait.Core.dll) Version: 1.3.3.0
Syntax
C#
public bool TryDelete()

Return Value

Type: Boolean
'true' if file was deleted; otherwise, 'false'.
See Also