Click or drag to resize
DocumentValidatorGetViewSourceActionClick Method (Int32, Int32, String, String, String)
Gets the onclick script for the view source action

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