A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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: 11.20.7
Syntax
public interface IContentAsset

Properties

ContentOwnerID

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

Extension Methods