Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberTypeExtensions

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Extensions
    Assembly: Umbraco.Core.dll
    Syntax
    public static class MemberTypeExtensions

    Methods

    View Source

    GetSensitivePropertyTypeAliases(IMemberType)

    Declaration
    public static IEnumerable<string> GetSensitivePropertyTypeAliases(this IMemberType memberType)
    Parameters
    Type Name Description
    IMemberType memberType
    Returns
    Type Description
    IEnumerable<System.String>
    View Source

    GetSensitivePropertyTypes(IMemberType)

    Declaration
    public static IEnumerable<IPropertyType> GetSensitivePropertyTypes(this IMemberType memberType)
    Parameters
    Type Name Description
    IMemberType memberType
    Returns
    Type Description
    IEnumerable<IPropertyType>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetSensitivePropertyTypeAliases(IMemberType)
      • GetSensitivePropertyTypes(IMemberType)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX