Search Results for

    Show / Hide Table of Contents

    Class ContentTypeBaseServiceProvider

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Services.Implement
    Assembly: cs.temp.dll.dll
    Syntax
    public class ContentTypeBaseServiceProvider : IContentTypeBaseServiceProvider

    Constructors

    ContentTypeBaseServiceProvider(IContentTypeService, IMediaTypeService, IMemberTypeService)

    Declaration
    public ContentTypeBaseServiceProvider(IContentTypeService contentTypeService, IMediaTypeService mediaTypeService, IMemberTypeService memberTypeService)
    Parameters
    Type Name Description
    IContentTypeService contentTypeService
    IMediaTypeService mediaTypeService
    IMemberTypeService memberTypeService

    Methods

    For(IContentBase)

    Declaration
    public IContentTypeBaseService For(IContentBase contentBase)
    Parameters
    Type Name Description
    IContentBase contentBase
    Returns
    Type Description
    IContentTypeBaseService

    GetContentTypeOf(IContentBase)

    Declaration
    public IContentTypeComposition GetContentTypeOf(IContentBase contentBase)
    Parameters
    Type Name Description
    IContentBase contentBase
    Returns
    Type Description
    IContentTypeComposition
    In This Article
    • Constructors
      • ContentTypeBaseServiceProvider(IContentTypeService, IMediaTypeService, IMemberTypeService)
    • Methods
      • For(IContentBase)
      • GetContentTypeOf(IContentBase)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX