CMSWebPartZone Methods |
The CMSWebPartZone type exposes the following members.
Name | Description | |
---|---|---|
cachedControl_PreRender |
PreRender event handler.
| |
ClearCache |
Clears the caches of all the web parts.
| |
FindWebPart(String) |
Finds the web part with specific name.
| |
FindWebPart(Type) |
Finds the web part with specific type (first web part).
| |
GetSpellCheckFields |
Returns the list of the field IDs (Client IDs of the inner controls) that should be spell checked.
| |
GetValue |
Returns the value of the given webpart property property.
| |
GetWebPart |
Returns web part with the specified name or null if not found.
| |
LoadCachedWebPart |
Loads the content to the partially cached web part
| |
LoadRegionsContent |
Loads the editable regions content.
| |
LoadWebPart |
Loads the web part to the given zone. Returns the newly created web part.
| |
LoadWebParts |
Loads the web parts to the control.
| |
LoadWebPartsContent |
Loads the web parts content.
| |
OnContentLoaded |
Method that is called when the page content is fully loaded.
| |
OnInit |
Init action.
(Overrides CMSWebControlOnInit(EventArgs).) | |
OnLoad |
Load action.
(Overrides ControlOnLoad(EventArgs).) | |
OnPreRender |
PreRender action.
(Overrides ControlOnPreRender(EventArgs).) | |
ReloadData |
Causes reloading the data, override to implement the data reloading procedure.
| |
RemoveVariantFromCache |
Removes the variant from cache.
| |
Render |
Render action.
(Overrides WebControlRender(HtmlTextWriter).) | |
ResolveMacros |
Resolves the macros within current WebPart context.
| |
SaveContent |
Saves the page content to the page info.
| |
SetValue |
Sets the property value of the control, setting the value affects only local property value.
| |
Validate |
Saves the page content to the page info.
|
Name | Description | |
---|---|---|
AddCssClass |
Adds CSS class to control. If class is already present, than adding is skipped. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
CallHandled |
Calls the method handled by the exception handler. If the call doesn't succeed, the problem is reported through parent IExceptionHandler control instead of throwing unhandled exception for the entire page.
Returns true, if the call succeeded, otherwise returns false.
(Defined by ControlsExtensions.) | |
GetCssClasses |
Returns all CSS classes of control.
(Defined by ControlsExtensions.) | |
GetRenderedHTML |
Returns HTML which would be rendered by control to page.
(Defined by ControlsExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by ControlsExtensions.) | |
HasCssClass |
Checks whether the control has given CSS class. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
RemoveCssClass |
Removes all occurrences. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
SetCssClasses |
Sets CSS classes to the control. Current classes will be overridden.
(Defined by ControlsExtensions.) |