CMSAPIExamplePageReadCode Method |
Reads the source code of given method from API example source file from given module folder.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax public void ReadCode(
string filePath,
string method
)
Parameters
- filePath
- Type: SystemString
Name of module folder in ~/CMSAPIExamples/Modules/ - method
- Type: SystemString
Name of the method
See Also