Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ICreatedPackagesRepository

    Manages the storage of created package definitions

    Namespace: Umbraco.Cms.Core.Packaging
    Assembly: Umbraco.Core.dll
    Syntax
    public interface ICreatedPackagesRepository : IPackageDefinitionRepository

    Methods

    View Source

    ExportPackage(PackageDefinition)

    Creates the package file and returns it's physical path

    Declaration
    string ExportPackage(PackageDefinition definition)
    Parameters
    Type Name Description
    PackageDefinition definition
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • ExportPackage(PackageDefinition)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX