WebPartManager.CreateAvailableTransformers Method

Definition

Creates a set of transformers specified in a Web site's configuration file and adds them to the collection of transformers referenced by the AvailableTransformers property.

protected:
 virtual System::Web::UI::WebControls::WebParts::TransformerTypeCollection ^ CreateAvailableTransformers();
protected virtual System.Web.UI.WebControls.WebParts.TransformerTypeCollection CreateAvailableTransformers ();
abstract member CreateAvailableTransformers : unit -> System.Web.UI.WebControls.WebParts.TransformerTypeCollection
override this.CreateAvailableTransformers : unit -> System.Web.UI.WebControls.WebParts.TransformerTypeCollection
Protected Overridable Function CreateAvailableTransformers () As TransformerTypeCollection

Returns

The collection of transformers specified in a Web site's configuration file.

Notes to Inheritors

This method can be overridden to add additional transformers that can be used by the application. For example, the method could be written to retrieve a list of available transformers from a Web service.

Applies to

See also