Click or drag to resize
CMSActionContext Constructor (IUserInfo)
Constructor. Ensures that all actions during the life of this object will use the given user context.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public CMSActionContext(
	IUserInfo user
)

Parameters

user
Type: CMS.BaseIUserInfo
User to use within all actions
See Also