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)
Available in Sandboxed Solutions: No
Available in SharePoint Online
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.