Click or drag to resize
CMSPagePlaceholder Methods

The CMSPagePlaceholder type exposes the following members.

Methods
  NameDescription
Public methodAppend(String)
Appends the given content to the placeholder
(Inherited from CMSPlaceHolder.)
Public methodAppend(Control)
Appends the given control to the placeholder
(Inherited from CMSPlaceHolder.)
Public methodClear
Clears the placeholder content
(Inherited from CMSPlaceHolder.)
Public methodClearCache
Clears the cache of the placeholder.
Protected methodCreateChildControls
Initializes the child controls.
(Overrides ControlCreateChildControls.)
Public methodFindAllWebParts
Finds all web parts of specified type.
Public methodFindWebPart(String)
Finds the web part with specific name.
Public methodFindWebPart(Type)
Finds the web part with specific type (first web part).
Public methodFindZone
Finds the zone by its ID.
Protected methodFinishCurrent
Appends the given content to the placeholder
(Inherited from CMSPlaceHolder.)
Public methodGetImageUrl
Gets UI image relative path.
Public methodGetSpellCheckFields
Returns the array list of the field IDs (Client IDs of the inner controls) that should be spell checked.
Public methodLoadContent
Load the page content to the placeholder.
Public methodLoadLayout
Loads the given layout.
Public methodLoadOrphanedZones
Loads the orphaned zones to the.
Public methodLoadRegionsContent
Loads the editable regions content.
Public methodLoadTextLayout
Loads the given text layout.
Protected methodLoadViewState
Load ViewState event handler.
(Overrides ControlLoadViewState(Object).)
Protected methodOnDataBinding
Databinding event.
(Overrides ControlOnDataBinding(EventArgs).)
Protected methodOnInit
Init event handler
(Overrides CMSPlaceHolderOnInit(EventArgs).)
Protected methodOnLoad
Load event handler.
(Overrides ControlOnLoad(EventArgs).)
Protected methodOnPreRender
PreRender event handler
(Inherited from CMSPlaceHolder.)
Public methodStatic memberRegisterEditLayoutScript
Registers edit layout script for specified control
Public methodReloadControls
Reload the page controls.
Public methodReloadData
Causes reloading the data, override to implement the data reloading procedure.
Protected methodRender
Renders the control.
(Overrides ControlRender(HtmlTextWriter).)
Public methodRequiresWebPartManagement
Returns true if the web part management support is required.
Public methodSaveContent
Saves the page content to the page info.
Public methodValidate
Returns true if entered data is valid. If data is invalid, it returns false and displays an error message.
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodCallHandled
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.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
See Also