Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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?