Search Results for

    Show / Hide Table of Contents
    View Source

    Class AutomaticJsonNameTable

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.PublishedCache.DataSource
    Assembly: Umbraco.PublishedCache.NuCache.dll
    Syntax
    public class AutomaticJsonNameTable : DefaultJsonNameTable

    Constructors

    View Source

    AutomaticJsonNameTable(Int32)

    Declaration
    public AutomaticJsonNameTable(int maxToAdd)
    Parameters
    Type Name Description
    System.Int32 maxToAdd

    Methods

    View Source

    Get(Char[], Int32, Int32)

    Declaration
    public override string Get(char[] key, int start, int length)
    Parameters
    Type Name Description
    System.Char[] key
    System.Int32 start
    System.Int32 length
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • AutomaticJsonNameTable(Int32)
    • Methods
      • Get(Char[], Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX