Search Results for

    Show / Hide Table of Contents
    View Source

    Class PublishedElementWrapped

    Provides an abstract base class for IPublishedElement implementations that wrap and extend another IPublishedElement.

    Inheritance
    object
    PublishedElementWrapped<IPublishedElement>
    Namespace: Umbraco.Cms.Core.Models.PublishedContent
    Assembly: Umbraco.Core.dll
    Syntax
    public abstract class PublishedElementWrapped : PublishedElementWrapped<IPublishedElement>, IPublishedElement

    Constructors

    View Source

    PublishedElementWrapped(IPublishedElement)

    Initializes a new instance of the PublishedElementWrapped class with an IPublishedElement instance to wrap.

    Declaration
    protected PublishedElementWrapped(IPublishedElement content)
    Parameters
    Type Name Description
    IPublishedElement content

    The content to wrap.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX