Share via


SysVersionControlFilebasedBackEnd.fileDelete Method [AX 2012]

Checks out a file for delete.

Syntax

public boolean fileDelete(Filename _filename)

Run On

Client

Parameters

Return Value

Type: boolean
true if the file was deleted successful; otherwise, false.

Remarks

The file is deleted in the system by a subsequent check-in operation.

See Also

Reference

SysVersionControlFilebasedBackEnd Interface