Search Results for

    Show / Hide Table of Contents
    View Source

    Class ExportDocumentTypeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    DocumentTypeControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.DocumentType
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ExportDocumentTypeController : DocumentTypeControllerBase

    Constructors

    View Source

    ExportDocumentTypeController(IContentTypeService, IUdtFileContentFactory)

    Declaration
    public ExportDocumentTypeController(IContentTypeService contentTypeService, IUdtFileContentFactory fileContentFactory)
    Parameters
    Type Name Description
    IContentTypeService contentTypeService
    IUdtFileContentFactory fileContentFactory

    Methods

    View Source

    Export(CancellationToken, Guid)

    Declaration
    public IActionResult Export(CancellationToken cancellationToken, Guid id)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Guid id
    Returns
    Type Description
    IActionResult
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ExportDocumentTypeController(IContentTypeService, IUdtFileContentFactory)
    • Methods
      • Export(CancellationToken, Guid)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX