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.
AI OnAI Off
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.
I have a CustomFormContainerBlock whichs extends the IFormContainerBlock.
I also have a AfterSubmissionActor which extends PostSubmissionActorBase.
Now whenever an editor saves the CustomFormContainerBlock I want to validate if this AfterSubmissionActor is added/connected to the CustomFormContainerBlock in a class called:
public class CustomFormContainerBlockValidator : IValidate<CustomFormContainerBlock>
{
}
Does anyone know how I from the CustomFormContainerBlock object can retrive the actors that are connected to the form?