This documentation is archived and is not being maintained.

WebPartManagerInternals Methods

The WebPartManagerInternals type exposes the following members.

  NameDescription
Public method AddWebPart Adds a WebPart or server control to the WebPartManager control's collection of WebPart controls on a Web page.
Public method CallOnClosing Calls the OnClosing method of the specified control.
Public method CallOnConnectModeChanged Calls the OnConnectModeChanged method of the specified control.
Public method CallOnDeleting Calls the OnDeleting method of the specified control.
Public method CallOnEditModeChanged Calls the OnEditModeChanged method of the specified control.
Public method ConnectionDeleted Indicates whether the specified WebPartConnection object has been deleted.
Public method CreateObjectFromType Creates an object based on the parameter passed to the method.
Public method DeleteConnection Sets a property to indicate that the specified connection object has been deleted.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Public method GetZoneID Gets the ID of a zone that contains the specified WebPart or server control.
Public method LoadConfigurationState Loads previously saved state data for a WebPartTransformer object that participates in a connection between controls.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method RemoveWebPart Removes a WebPart or other server control from the WebPartManager control's collection of controls.
Public method SaveConfigurationState Saves state data for a WebPartTransformer object that participates in a connection between controls.
Public method SetConnectErrorMessage Establishes an errors message, and causes the WebPartChrome object that is responsible for rendering a WebPart control to render that message rather than the contents of the control.
Public method SetHasSharedData Sets a property on a WebPart or other server control indicating whether the control has shared personalization data.
Public method SetHasUserData Sets a property on a WebPart or other server control indicating whether the control has user personalization data.
Public method SetIsClosed Sets the IsClosed property of a WebPart control.
Public method SetIsShared Overloaded. Sets the IsShared property of a WebPart control or the IsShared property of a WebPartConnection object.
Public method SetIsStandalone Sets the IsStandalone property of a WebPart control.
Public method SetIsStatic Overloaded. Sets the IsStatic property of a WebPart control or the IsStatic property of a WebPartConnection object.
Public method SetTransformer Assigns a WebPartTransformer object to be used in a connection between two server controls.
Public method SetZoneID Sets a property that enables a WebPart or server control to keep the ID of the containing zone.
Public method SetZoneIndex Sets the index of the specified controlwithin its zone relative to the other WebPart controls within the zone.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top
Show: