Interface IMemberTypeService
Manages IMemberType objects.
Namespace: Umbraco.Cms.Core.Services
Assembly: Umbraco.Core.dll
Syntax
public interface IMemberTypeService : IContentTypeBaseService<IMemberType>, IContentTypeBaseService, IService
Methods
View SourceGetDefault()
Gets the alias of the default IMemberType.
Declaration
string GetDefault()
Returns
| Type | Description |
|---|---|
| string | The alias of the default member type. |