Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IPropertyCacheCompressionOptions

    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IPropertyCacheCompressionOptions

    Methods

    View Source

    IsCompressed(IReadOnlyContentBase, IPropertyType, IDataEditor, Boolean)

    Whether a property on the content is/should be compressed

    Declaration
    bool IsCompressed(IReadOnlyContentBase content, IPropertyType propertyType, IDataEditor dataEditor, bool published)
    Parameters
    Type Name Description
    IReadOnlyContentBase content

    The content

    IPropertyType propertyType

    The property to compress or not

    IDataEditor dataEditor

    The datatype of the property to compress or not

    System.Boolean published

    Whether this content is the published version

    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • IsCompressed(IReadOnlyContentBase, IPropertyType, IDataEditor, Boolean)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX