Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IPublishedSnapshotAccessor

    Provides access to a TryGetPublishedSnapshot bool method that will return true if the "current" IPublishedSnapshot is not null.

    Namespace: Umbraco.Cms.Core.PublishedCache
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IPublishedSnapshotAccessor

    Methods

    View Source

    TryGetPublishedSnapshot(out IPublishedSnapshot)

    Declaration
    bool TryGetPublishedSnapshot(out IPublishedSnapshot publishedSnapshot)
    Parameters
    Type Name Description
    IPublishedSnapshot publishedSnapshot
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • TryGetPublishedSnapshot(out IPublishedSnapshot)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX