IUserGroupHooksOnBeforeUserDelete Method
|
This method is invoked before a User is deleted
Namespace: Ingeniux.CMS.Models.HooksAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid OnBeforeUserDelete(
IUser user,
IUserWriteSession session
)
Sub OnBeforeUserDelete (
user As IUser,
session As IUserWriteSession
)
void OnBeforeUserDelete(
IUser^ user,
IUserWriteSession^ session
)
abstract OnBeforeUserDelete :
user : IUser *
session : IUserWriteSession -> unit Parameters
- user IUser
- The User to delete
- session IUserWriteSession
- The session that must be used to perform tasks on additional objects
RemarksWhen this action is invoked, the objects involved have yet to be saved to the Content Store.
See Also