WebPartTransformerCollection::Insert Method (Int32, WebPartTransformer^)

 

Inserts a transformer into the WebPartTransformerCollection collection at the specified index.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
void Insert(
	int index,
	WebPartTransformer^ transformer
)

Parameters

index
Type: System::Int32

The zero-based index at which a value should be inserted.

transformer
Type: System.Web.UI.WebControls.WebParts::WebPartTransformer^

The WebPartTransformer to insert.

.NET Framework
Available since 2.0
Return to top
Show: