Constructor BuildLayoutParameters
BuildLayoutParameters(Dictionary<string, string>)
Create a new BuildLayoutParameter.
Declaration
public BuildLayoutParameters(Dictionary<string, string> bundleNameRemap)
Parameters
| Type | Name | Description | 
|---|---|---|
| Dictionary<string, string> | bundleNameRemap | Map of internal name to file name  | 
    
BuildLayoutParameters(Dictionary<string, string>, ContentCatalogData)
Create a new BuildLayoutParameter.
Declaration
public BuildLayoutParameters(Dictionary<string, string> bundleNameRemap, ContentCatalogData contentCatalogData)
Parameters
| Type | Name | Description | 
|---|---|---|
| Dictionary<string, string> | bundleNameRemap | Map of internal name to file name  | 
    
| ContentCatalogData | contentCatalogData | The data for the content catalog  |