LogControlGetContext Method (Object, Boolean) |
Gets the rendered context.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax 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:
StringSee Also