Class ShippedAssetEntry
A shipped asset's identity as of a package export: its GUID and project path.
Inherited Members
Namespace: Serenity.Editor.PackageBootstrapper
Assembly: Serenity.PackageBootstrapper.Editor.dll
Syntax
public sealed class ShippedAssetEntry
Constructors
ShippedAssetEntry()
Declaration
public ShippedAssetEntry()
ShippedAssetEntry(string, string)
Declaration
public ShippedAssetEntry(string guid, string path)
Parameters
| Type | Name | Description |
|---|---|---|
| string | guid | |
| string | path |
Fields
guid
Declaration
public string guid
Field Value
| Type | Description |
|---|---|
| string |
path
Declaration
public string path
Field Value
| Type | Description |
|---|---|
| string |