WebPartManagerInternals.SetZoneID(WebPart, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets a property that enables a WebPart or server control to keep the ID of the containing zone.
public:
void SetZoneID(System::Web::UI::WebControls::WebParts::WebPart ^ webPart, System::String ^ zoneID);
public void SetZoneID (System.Web.UI.WebControls.WebParts.WebPart webPart, string zoneID);
member this.SetZoneID : System.Web.UI.WebControls.WebParts.WebPart * string -> unit
Public Sub SetZoneID (webPart As WebPart, zoneID As String)
Parameters
- zoneID
- String
A string that contains the ID of the zone that webPart
belongs to.
Remarks
This method is called by the WebPartManager control when a WebPart control is being added to a zone. Each WebPart control tracks the ID for the zone it belongs to, and this method sets the property that keeps the ID value.