Share via


SysCompileIL::getSourcePathForType Method [AX 2012]

Gets the path of the source file for the given method and the given type name.

Syntax

server public static str getSourcePathForType(str typeName, str methodName)

Run On

Server

Parameters

  • typeName
    Type: str
    The name of a type.
  • methodName
    Type: str
    The name of a method.

Return Value

Type: str
The path of the source file.

See Also

Reference

SysCompileIL Class