Take the community feedback survey now.
                AI OnAI Off
            
        Take the community feedback survey now.
 
                Yes. Here's some pseudo code
YourContentAreaProperty.Add(IContent);
Or if you already have a contentarea with references something like this.
YourPage.SetValue("ContentAreaPropertyName",contentareawithreferences).
Don't forget to save the page
contentRepository.Save(yourpageobject, EPiServer.DataAccess.SaveAction.Publish, Security.AccessLevel.NoAccess);
 
    
    
    
hi, is there a way to add block on a content area programmatically?