Search Results for

    Show / Hide Table of Contents
    View Source

    Class SectionMapper

    Maps from the old section aliases to the new section names. This is static since it's expected to be removed, so might as well make the clean up work as easy as possible. FIXME: This is a temporary thing until permissions is fleshed out and section is either migrated to some form of permission

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.Mapping
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public static class SectionMapper

    Methods

    View Source

    GetAlias(String)

    Declaration
    public static string GetAlias(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    System.String
    View Source

    GetName(String)

    Declaration
    public static string GetName(string alias)
    Parameters
    Type Name Description
    System.String alias
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetAlias(String)
      • GetName(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX