Click or drag to resize
UserMacroIdentityHelper Class
Provides utility methods for UserMacroIdentityInfo.
Inheritance Hierarchy
SystemObject
  CMS.BaseCoreMethods
    CMS.BaseAbstractHelper
      CMS.BaseAbstractHelperUserMacroIdentityHelper
        CMS.MacroEngineUserMacroIdentityHelper

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax
C#
public class UserMacroIdentityHelper : AbstractHelper<UserMacroIdentityHelper>

The UserMacroIdentityHelper type exposes the following members.

Constructors
  NameDescription
Public methodUserMacroIdentityHelper
Top
Methods
  NameDescription
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Public methodStatic memberSetMacroIdentity
Assigns MacroIdentityInfo identified by macroIdentityId to userInfo. Clears user's identity when macroIdentityId is 0.
Protected methodSetMacroIdentityInternal
Assigns MacroIdentityInfo identified by macroIdentityId to userInfo. Clears user's identity when macroIdentityId is 0.
Top
See Also