World is now on Opti ID! Learn more

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: Sep 21, 2015