Search Results for

    Show / Hide Table of Contents
    View Source

    Class UdtFileContentFactory

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.Factories
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class UdtFileContentFactory : IUdtFileContentFactory

    Constructors

    View Source

    UdtFileContentFactory(IEntityXmlSerializer)

    Declaration
    public UdtFileContentFactory(IEntityXmlSerializer entityXmlSerializer)
    Parameters
    Type Name Description
    IEntityXmlSerializer entityXmlSerializer

    Methods

    View Source

    Create(IContentType)

    Declaration
    public FileContentResult Create(IContentType contentType)
    Parameters
    Type Name Description
    IContentType contentType
    Returns
    Type Description
    FileContentResult
    View Source

    Create(IMediaType)

    Declaration
    public FileContentResult Create(IMediaType mediaType)
    Parameters
    Type Name Description
    IMediaType mediaType
    Returns
    Type Description
    FileContentResult
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UdtFileContentFactory(IEntityXmlSerializer)
    • Methods
      • Create(IContentType)
      • Create(IMediaType)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX