View Source
Interface IPackagePresentationFactory
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public interface IPackagePresentationFactory
Methods
View Source
CreateConfigurationResponseModel()
Declaration
PackageConfigurationResponseModel CreateConfigurationResponseModel()
Returns
View Source
CreatePackageDefinition(CreatePackageRequestModel)
Declaration
PackageDefinition CreatePackageDefinition(CreatePackageRequestModel createPackageRequestModel)
Parameters
Returns
Type |
Description |
PackageDefinition |
|