Share via


SysVersionControlSystem.fileName Method [AX 2012]

Gets the file name for the SysVersionControllable interface.

Syntax

public Filename fileName(
    SysVersionControllable _controllable, 
   [boolean _currentLayer, 
    boolean _promptForFolder])

Run On

Client

Parameters

  • _currentLayer
    Type: boolean
    Use the current layer; optional.
  • _promptForFolder
    Type: boolean
    A Boolean value that indicates whether a prompt for folder must be performed; optional.

Return Value

Type: Filename Extended Data Type
The file name for the SysVersionControllable interface.

See Also

Reference

SysVersionControlSystem Class