View Source
Class UmbracoServices
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public sealed class UmbracoServices
Constructors
View Source
UmbracoServices(IContentTypeService, IMediaTypeService, IMemberTypeService, IPublishedContentTypeFactory, IShortStringHelper)
Declaration
public UmbracoServices(IContentTypeService contentTypeService, IMediaTypeService mediaTypeService, IMemberTypeService memberTypeService, IPublishedContentTypeFactory publishedContentTypeFactory, IShortStringHelper shortStringHelper)
Parameters
Methods
View Source
GetAllTypes()
Declaration
public IList<TypeModel> GetAllTypes()
Returns
View Source
GetClrName(IShortStringHelper, String, String)
Declaration
public static string GetClrName(IShortStringHelper shortStringHelper, string name, string alias)
Parameters
Type |
Name |
Description |
IShortStringHelper |
shortStringHelper |
|
System.String |
name |
|
System.String |
alias |
|
Returns
Type |
Description |
System.String |
|
View Source
GetContentTypes()
Declaration
public IList<TypeModel> GetContentTypes()
Returns
View Source
Declaration
public IList<TypeModel> GetMediaTypes()
Returns
View Source
GetMemberTypes()
Declaration
public IList<TypeModel> GetMemberTypes()
Returns