WebPartManager.CreateAvailableTransformers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.