Search Results for

    Show / Hide Table of Contents
    View Source

    Class PropertyGroupExtensions

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public static class PropertyGroupExtensions

    Methods

    View Source

    GetLocalAlias(PropertyGroup)

    Gets the local alias.

    Declaration
    public static string GetLocalAlias(this PropertyGroup propertyGroup)
    Parameters
    Type Name Description
    PropertyGroup propertyGroup

    The property group.

    Returns
    Type Description
    System.String

    The local alias.

    View Source

    GetParentAlias(PropertyGroup)

    Gets the parent alias.

    Declaration
    public static string GetParentAlias(this PropertyGroup propertyGroup)
    Parameters
    Type Name Description
    PropertyGroup propertyGroup

    The property group.

    Returns
    Type Description
    System.String

    The parent alias.

    View Source

    UpdateLocalAlias(PropertyGroup, String)

    Updates the local alias.

    Declaration
    public static void UpdateLocalAlias(this PropertyGroup propertyGroup, string localAlias)
    Parameters
    Type Name Description
    PropertyGroup propertyGroup

    The property group.

    System.String localAlias

    The local alias.

    View Source

    UpdateParentAlias(PropertyGroup, String)

    Updates the parent alias.

    Declaration
    public static void UpdateParentAlias(this PropertyGroup propertyGroup, string parentAlias)
    Parameters
    Type Name Description
    PropertyGroup propertyGroup

    The property group.

    System.String parentAlias

    The parent alias.

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetLocalAlias(PropertyGroup)
      • GetParentAlias(PropertyGroup)
      • UpdateLocalAlias(PropertyGroup, String)
      • UpdateParentAlias(PropertyGroup, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX