Click or drag to resize
MacroExtensionContainerTContainer, TExtensionCheckGlobalAdmin Method
Checks if the current context user is global admin, returns true if so, otherwise returns false

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
protected static bool CheckGlobalAdmin(
	EvaluationContext context
)

Parameters

context
Type: CMS.MacroEngineEvaluationContext
Evaluation context

Return Value

Type: Boolean
See Also