Class ConventionsHelper
Provides helper methods for working with Umbraco conventions.
Inheritance
object
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class ConventionsHelper
Methods
View SourceGetStandardPropertyTypeStubs(IShortStringHelper)
Gets the standard property type stubs used by the system.
Declaration
public static Dictionary<string, PropertyType> GetStandardPropertyTypeStubs(IShortStringHelper shortStringHelper)
Parameters
| Type | Name | Description |
|---|---|---|
| IShortStringHelper | shortStringHelper | The short string helper for string operations. |
Returns
| Type | Description |
|---|---|
| Dictionary<string, PropertyType> | A dictionary of standard property types, currently empty. |