Share via


SysVersionControllableBase.addNewFile Method [AX 2012]

Creates a new file that is associated with this object.

Syntax

public boolean addNewFile(str fileName)

Run On

Called

Parameters

  • fileName
    Type: str
    The file name that is associated with this object.

Return Value

Type: boolean
true if the file was successfully created; otherwise, false.

Remarks

This method is called during by the SysVersionControlSystem.commandAdd method.

See Also

Reference

SysVersionControllableBase Class