Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Navigation [hide] [expand]
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