SPWebPartManager.CreateAvailableTransformers method

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

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overrides Function CreateAvailableTransformers As TransformerTypeCollection
'Usage
Dim returnValue As TransformerTypeCollection

returnValue = Me.CreateAvailableTransformers()
protected override TransformerTypeCollection CreateAvailableTransformers()

Return value

Type: System.Web.UI.WebControls.WebParts.TransformerTypeCollection
The transformers collection that is specified in the configuration file of a website.

Remarks

This override adds the SPRowToParametersTransformer to the list of AvailableTransformers.

See also

Reference

SPWebPartManager class

SPWebPartManager members

Microsoft.SharePoint.WebPartPages namespace