Interface IMember
Namespace:System.Dynamic.ExpandoObject
Assembly:Umbraco.Core.dll
Syntax
public interface IMember : IContentBase, IUmbracoEntity, IRememberBeingDirty, ICanBeDirty, IMembershipUser, IAggregateRoot, IDeletableEntity, IEntity, IDeepCloneable
Properties
ContentType
Gets the ContentType used by this content object
Declaration
IMemberType ContentType { get; }
Property Value
Type | Description |
---|---|
IMemberType |
ContentTypeAlias
String alias of the default ContentType
Declaration
string ContentTypeAlias { get; }
Property Value
Type | Description |
---|---|
System.String |