Class PluginPackageResult
- Namespace
- Builvero.Application.Interfaces.Services
- Assembly
- Builvero.Application.dll
Result of processing a plugin package.
public class PluginPackageResult
- Inheritance
-
PluginPackageResult
- Inherited Members
Properties
AllowedOrigins
public List<string> AllowedOrigins { get; set; }
Property Value
Manifest
public PluginManifestDto Manifest { get; set; }
Property Value
- PluginManifestDto
- Result of processing a plugin package.
ServiceBaseUrl
public string ServiceBaseUrl { get; set; }
Property Value
- string
- Result of processing a plugin package.
ZipObjectKey
public string ZipObjectKey { get; set; }
Property Value
- string
- Result of processing a plugin package.