| MacroIdentityOptionGetEffectiveUser Method  | 
            Gets effective user of macro identity identified by 
IdentityName when its value is provided.
            Otherwise gets user identified by 
UserName.
            
 
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntaxpublic IUserInfo GetEffectiveUser()
Return Value
Type: 
IUserInfoReturns user to be used when evaluating a macro, or null.
Remarks
See Also