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

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

Parameters

context
Type: System.Object
Context log
showCompleteContext
Type: System.Boolean
If true, complete context is shown, otherwise only topmost context is shown

Return Value

Type: String
See Also