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
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 |
|