Click or drag to resize
LogControlGetContext Method (Object, Boolean)
Gets the rendered context.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected string GetContext(
	Object context,
	bool showCompleteContext
)

Parameters

context
Type: SystemObject
Context log
showCompleteContext
Type: SystemBoolean
If true, complete context is shown, otherwise only topmost context is shown

Return Value

Type: String
See Also