Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
has anyone used a component to hook into MemberGroupDisplay? I can easily use the following for MemberDisplay but I'm unsure what the 1st line below should be for MemberGroupDisplay, can anyone punt me in the right direction?
EditorModelEventManager.SendingMemberModel += EditorModelEventManager_SendingMemberModel; private void EditorModelEventManager_SendingMemberModel(System.Web.Http.Filters.HttpActionExecutedContext sender, EditorModelEventArgs<Umbraco.Web.Models.ContentEditing.MemberDisplay> e) { //do my thing }
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Component to hook into MemberGroupDisplay
Hi,
has anyone used a component to hook into MemberGroupDisplay? I can easily use the following for MemberDisplay but I'm unsure what the 1st line below should be for MemberGroupDisplay, can anyone punt me in the right direction?
is working on a reply...