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
- index
Type: System.Int32
- transformer
Type: System.Web.UI.WebControls.WebParts.WebPartTransformer
See Also
Reference
SPWebPartTransformerCollection Class