Click or drag to resize
CMSAPIExamplePageReadCode Method
Reads the source code of given method from API example source file from given module folder.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
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