| DocumentValidatorGetViewSourceActionClick Method (Int32, Int32, String, String, String) | 
            Gets the onclick script for the view source action
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
 Syntax
Syntaxprotected string GetViewSourceActionClick(
	int line,
	int ch,
	string message,
	string url,
	string format
)
Parameters
- line
- Type: SystemInt32
 Line to set
- ch
- Type: SystemInt32
 Character (column) to set
- message
- Type: SystemString
 Message
- url
- Type: SystemString
 URL
- format
- Type: SystemString
 Format of the code
Return Value
Type: 
String See Also
See Also