Defines a MemberType, which Member is based on
Namespace: Umbraco.Cms.Core.Models Assembly: Umbraco.Core.dll Syntaxpublic interface IMemberType : IContentTypeComposition, IContentTypeBase, IUmbracoEntity, ITreeEntity, IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty
Methods View Source IsSensitiveProperty(String)
Gets a boolean indicating whether a Property is marked as storing sensitive values on the Members profile.
Declarationbool IsSensitiveProperty(string propertyTypeAlias)
Parameters Type Name Description System.String propertyTypeAlias
PropertyType Alias of the Property to check
Returns Type Description System.Boolean View Source MemberCanEditProperty(String)Gets a boolean indicating whether a Property is editable by the Member.
Declarationbool MemberCanEditProperty(string propertyTypeAlias)
Parameters Type Name Description System.String propertyTypeAlias
PropertyType Alias of the Property to check
Returns Type Description System.Boolean View Source MemberCanViewProperty(String)Gets a boolean indicating whether a Property is visible on the Members profile.
Declarationbool MemberCanViewProperty(string propertyTypeAlias)
Parameters Type Name Description System.String propertyTypeAlias
PropertyType Alias of the Property to check
Returns Type Description System.Boolean View Source SetIsSensitiveProperty(String, Boolean)Sets a boolean indicating whether a Property is a sensitive value on the Members profile.
Declarationvoid SetIsSensitiveProperty(string propertyTypeAlias, bool value)
Parameters Type Name Description System.String propertyTypeAlias
PropertyType Alias of the Property to set
System.Boolean valueBoolean value, true or false
View Source SetMemberCanEditProperty(String, Boolean)Sets a boolean indicating whether a Property is editable by the Member.
Declarationvoid SetMemberCanEditProperty(string propertyTypeAlias, bool value)
Parameters Type Name Description System.String propertyTypeAlias
PropertyType Alias of the Property to set
System.Boolean valueBoolean value, true or false
View Source SetMemberCanViewProperty(String, Boolean)Sets a boolean indicating whether a Property is visible on the Members profile.
Declarationvoid SetMemberCanViewProperty(string propertyTypeAlias, bool value)
Parameters Type Name Description System.String propertyTypeAlias
PropertyType Alias of the Property to set
System.Boolean valueBoolean value, true or false
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4