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.
| |
EnablePartialCache |
Returns true if the partial caching is enabled.
| |
FindWebPart(String) |
Finds the web part with specific name.
| |
FindWebPart(Type) |
Finds the web part with specific type (first web part).
| |
GetImageUrl |
Gets UI image relative path.
| |
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.
| |
GetWebPartUrl |
Gets the URL for the web part to load.
| |
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).) | |
ReloadControls | Obsolete.
Reloads the zone controls.
| |
ReloadData |
Causes reloading the data, override to implement the data reloading procedure.
| |
RemoveVariantFromCache |
Removes the variant from cache.
| |
Render |
Render action.
(Overrides WebControlRender(HtmlTextWriter).) | |
RequiresWebPartManagement | Obsolete.
Returns true if the web part management support is required.
| |
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.) | |
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
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.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
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 CoreExtensions.) | |
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.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |