BeginDownloadCustomizationBundle (System.IOStream writer)

Starts downloading the default resource bundle associated with the application, and saves it into the output stream that you provide.

The resource bundle is saved into the output stream that you provide. An application can only have one default resource bundle.

Syntax

public void BeginDownloadCustomizationBundle (System.IO.Stream writer)

Parameters

Returns

None.

Examples