Table of Contents

Interface IContentItemCodeNameProvider

Namespace
CMS.ContentEngine
Assembly
CMS.ContentEngine.dll

Provides a globally unique code names for content items.

public interface IContentItemCodeNameProvider
Extension Methods

Methods

Get(string)

Returns a globally unique and normalized code name for a content item.

Task<string> Get(string name)

Parameters

name string

Name of content item to create a code name from. Usually a display name.

Returns

Task<string>