Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentTypeBaseServiceProvider

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

    Constructors

    View Source

    ContentTypeBaseServiceProvider(IContentTypeService, IMediaTypeService, IMemberTypeService)

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

    Methods

    View Source

    For(IContentBase)

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

    GetContentTypeOf(IContentBase)

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