View Source
Class MemberTypeExtensions
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public static class MemberTypeExtensions
Methods
View Source
GetSensitivePropertyTypeAliases(IMemberType)
Declaration
public static IEnumerable<string> GetSensitivePropertyTypeAliases(this IMemberType memberType)
Parameters
Returns
Type |
Description |
IEnumerable<System.String> |
|
View Source
GetSensitivePropertyTypes(IMemberType)
Declaration
public static IEnumerable<IPropertyType> GetSensitivePropertyTypes(this IMemberType memberType)
Parameters
Returns