CMSActionContext Constructor (IUserInfo) |
Constructor. Ensures that all actions during the life of this object will use the given user context.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 11.0.0
Syntax public CMSActionContext(
IUserInfo user
)
Parameters
- user
- Type: CMS.BaseIUserInfo
User to use within all actions
See Also