Search Results for

    Show / Hide Table of Contents
    View Source

    Class NoopPropertyCacheCompressionOptions

    Default implementation for IPropertyCacheCompressionOptions which does not compress any property data

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class NoopPropertyCacheCompressionOptions : IPropertyCacheCompressionOptions

    Methods

    View Source

    IsCompressed(IReadOnlyContentBase, IPropertyType, IDataEditor, Boolean)

    Declaration
    public bool IsCompressed(IReadOnlyContentBase content, IPropertyType propertyType, IDataEditor dataEditor, bool published)
    Parameters
    Type Name Description
    IReadOnlyContentBase content
    IPropertyType propertyType
    IDataEditor dataEditor
    System.Boolean published
    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