London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Loading...
Area: Optimizely CMS
ARCHIVED This content is retired and no longer maintained. See the latest version here.

A content instance that implements EPiServer.Core.IResourcable stores related assets in an instance of EPiServer.Core.ContentAssetFolder. Resources that are stored as content assets are considered exclusive assets for that content instance, and therefore you cannot select them from other content instances. 

The following example shows how to get an existing assets folder, or create one automatically:

     contentAssetHelper = ServiceLocator.Current.GetInstance<ContentAssetHelper>();
     var contentAssetFolder = contentAssetHelper.GetOrCreateAssetFolder(myContentLink);

Last updated: Feb 23, 2015