Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.