SaaS CMS has officially launched! Learn more now.

Interface IContentAsset

Interface to mark a content type as a asset that is being owned by another content item

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public interface IContentAsset

Properties

ContentOwnerID

The guid based identifier for the IContent instance that owns the assets

Declaration
Guid ContentOwnerID { get; set; }
Property Value
Type Description
System.Guid

Extension Methods