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 SourceExportPackage(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 |