SPWebPartTransformerCollection.Insert Method

Inserts a Web Part transformer at a specified index in the collection.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Sub Insert ( _
    index As Integer, _
    transformer As WebPartTransformer _
)
'Usage
Dim instance As SPWebPartTransformerCollection
Dim index As Integer
Dim transformer As WebPartTransformer

instance.Insert(index, transformer)
public void Insert(
    int index,
    WebPartTransformer transformer
)

Parameters

See Also

Reference

SPWebPartTransformerCollection Class

SPWebPartTransformerCollection Members

Microsoft.SharePoint.WebPartPages Namespace