Table of Contents

Class ContentTypeShortNameHelper

Namespace
CMS.ContentEngine
Assembly
CMS.ContentEngine.dll

Provides methods to help format content type codename into a short name.

public static class ContentTypeShortNameHelper
Inheritance
object
ContentTypeShortNameHelper

Methods

CleanCodeName(string)

Replaces instances of '.', '_' and '-' characters in a code name.

public static string CleanCodeName(string codeName)

Parameters

codeName string

Code name to replace characters in.

Returns

string