BootstrapperBuilder.GetOutputFolders Method

Definition

Returns the directories bootstrapper component files would be copied to when built given the specified settings

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 cli::array <System::String ^> ^ GetOutputFolders(cli::array <System::String ^> ^ productCodes, System::String ^ culture, System::String ^ fallbackCulture, Microsoft::Build::Tasks::Deployment::Bootstrapper::ComponentsLocation componentsLocation);
public string[] GetOutputFolders (string[] productCodes, string culture, string fallbackCulture, Microsoft.Build.Tasks.Deployment.Bootstrapper.ComponentsLocation componentsLocation);
member this.GetOutputFolders : string[] * string * string * Microsoft.Build.Tasks.Deployment.Bootstrapper.ComponentsLocation -> string[]
Public Function GetOutputFolders (productCodes As String(), culture As String, fallbackCulture As String, componentsLocation As ComponentsLocation) As String()

Parameters

productCodes
String[]

The productCodes of the selected components

culture
String

The culture used to build the bootstrapper

fallbackCulture
String

The fallback culture used to build the bootstrapper

componentsLocation
ComponentsLocation

How the bootstrapper would package the selected components

Returns

String[]

The directories to which bootstrapper component files are copied when they are created, given the specified settings.

Applies to