A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface IContentEventsEx

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. Defines the events exposed by Content repository.

Namespace: EPiServer.Core.Internal
Assembly: EPiServer.dll
Version: 9.12.2
Syntax
public interface IContentEventsEx : IContentEvents
Remarks

This will be merged to IContentEvents in next major release.

Events

RequestedApproval

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Occurs when a version of a content item has been transitioned to AwaitingApproval state.

Declaration
event EventHandler<ContentEventArgs> RequestedApproval
Event Type
Type Description
System.EventHandler<ContentEventArgs>

RequestingApproval

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Occurs when a version of a content item is about to be put in AwaitingApproval state.

Declaration
event EventHandler<ContentEventArgs> RequestingApproval
Event Type
Type Description
System.EventHandler<ContentEventArgs>

Extension Methods