MacroSecurityProcessorCheckSecurity Method |
Checks the security of the accessed object.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax public static bool CheckSecurity(
EvaluationContext context,
Object obj,
bool onlyCollection
)
Parameters
- context
- Type: CMS.MacroEngineEvaluationContext
Evaluation context - obj
- Type: SystemObject
Object to check - onlyCollection
- Type: SystemBoolean
If true, only collections are checked
Return Value
Type:
BooleanSee Also