Click or drag to resize

IUserGroupHooks Interface


Represents hooks for User Groups. The purpose of the hooks is for custom integration to be called on state changes within the CMS.

Namespace:  Ingeniux.CMS.Models.Hooks
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public interface IUserGroupHooks

The IUserGroupHooks type exposes the following members.

Methods
  NameDescription
Public methodOnAfterUserDelete
This method is invoked after a User was deleted
Public methodOnAfterUserGroupDelete
This method is invoked after a UserGroup was deleted
Public methodOnBeforeUserDelete
This method is invoked before a User is deleted
Public methodOnBeforeUserGroupDelete
This method is invoked before a UserGroup is deleted
Public methodOnUserCreated
This method is invoked after a User was created
Public methodOnUserGroupCreated
This method is invoked after a UserGroup was created
Top
See Also