Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    GetStandardPropertyTypeStubs(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.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX