Constructor BuildLayoutParameters
BuildLayoutParameters(Dictionary<string, string>)
Create a build layout parameter
Declaration
public BuildLayoutParameters(Dictionary<string, string> bundleNameRemap)
Parameters
Type | Name | Description |
---|---|---|
Dictionary<string, string> | bundleNameRemap | The map of internal bundle name to file name |
BuildLayoutParameters(Dictionary<string, string>, ContentCatalogData)
Create a build layout parameter
Declaration
public BuildLayoutParameters(Dictionary<string, string> bundleNameRemap, ContentCatalogData contentCatalogData)
Parameters
Type | Name | Description |
---|---|---|
Dictionary<string, string> | bundleNameRemap | The map of internal bundle name to file name |
ContentCatalogData | contentCatalogData | Content Catalog used in the build |