Table of Contents

Class UserMacroIdentityHelper

Namespace
CMS.MacroEngine
Assembly
CMS.MacroEngine.dll

Provides utility methods for UserMacroIdentityInfo.

public class UserMacroIdentityHelper : AbstractHelper<UserMacroIdentityHelper>
Inheritance
object
UserMacroIdentityHelper
Inherited Members
Extension Methods

Methods

SetMacroIdentity(IUserInfo, int)

Assigns MacroIdentityInfo identified by macroIdentityId to userInfo. Clears user's identity when macroIdentityId is 0.

public static void SetMacroIdentity(IUserInfo userInfo, int macroIdentityId)

Parameters

userInfo IUserInfo

User whom to assign the macro identity.

macroIdentityId int

Macro identity identifier.

SetMacroIdentityInternal(IUserInfo, int)

Assigns MacroIdentityInfo identified by macroIdentityId to userInfo. Clears user's identity when macroIdentityId is 0.

protected virtual void SetMacroIdentityInternal(IUserInfo userInfo, int macroIdentityId)

Parameters

userInfo IUserInfo

User whom to assign the macro identity.

macroIdentityId int

Macro identity identifier.