Click or drag to resize
CMSContactManagementContactsPage Methods

The CMSContactManagementContactsPage type exposes the following members.

Methods
  NameDescription
Public methodAddConfirmation
Adds confirmation text to existing message on the page.
(Inherited from AbstractCMSPage.)
Public methodAddError
Adds error text to existing message on the page.
(Inherited from AbstractCMSPage.)
Public methodAddHeaderAction
Adds specified action to the page header actions.
(Inherited from AbstractCMSPage.)
Public methodAddHeaderActions
Adds the list of header actions to the page header actions.
(Inherited from AbstractCMSPage.)
Public methodAddInformation
Adds information text to existing message on the page.
(Inherited from AbstractCMSPage.)
Public methodAddMenuButtonSelectScript(String, String, String)
Adds script for selecting of ecommerce menu button.
(Inherited from CMSDeskPage.)
Public methodAddMessage
Adds text to existing message on the page.
(Inherited from AbstractCMSPage.)
Public methodAddNoCacheTag
Adds the no-cache tag to the page header
(Inherited from CMSPage.)
Public methodAddScript
Adds the script to the page
(Inherited from CMSPage.)
Protected methodAddSiteQuery
Adds querystring parameters 'isSiteManager' and 'siteid' to provided URL. Applied only in sitemanager.
(Inherited from CMSContactManagementPage.)
Public methodAddWarning
Adds warning text to existing message on the page.
(Inherited from AbstractCMSPage.)
Protected methodBasePage_Load
PageLoad event handler
(Inherited from CMSDeskPage.)
Protected methodCMSDeskPage_Init
Handles the Init event of the CMSDeskPage control.
(Inherited from CMSDeskPage.)
Public methodDisableDebugging
Disables all debugging for current page
(Inherited from CMSPage.)
Protected methodEnsureDocumentBreadcrumbs
Ensures current document breadcrumbs (non-clickable)
(Inherited from CMSDeskPage.)
Public methodEnsureFootersControl
Ensures the page footer control.
(Inherited from AbstractCMSPage.)
Public methodEnsureScriptManager
Ensures the script manager on the page.
(Inherited from CMSPage.)
Protected methodEnsureSplitMode
Ensures split mode.
(Inherited from CMSDeskPage.)
Public methodEval(String, Boolean)
Evaluates the item data (safe version), with html encoding.
(Inherited from AbstractCMSPage.)
Public methodEvalReturnType(String)
Templated Eval, returns the value converted to specific type.
(Inherited from AbstractCMSPage.)
Public methodEvalBool
Evaluates the item data and converts it to the bool.
(Inherited from AbstractCMSPage.)
Public methodEvalDateTime
Evaluates the item data and converts it to the date time.
(Inherited from AbstractCMSPage.)
Public methodEvalDouble
Evaluates the item data and converts it to the integer.
(Inherited from AbstractCMSPage.)
Public methodEvalGuid
Evaluates the item data and converts it to the guid.
(Inherited from AbstractCMSPage.)
Public methodEvalHTML
Evaluates the item data and doesn't encode it. Method should be used for columns with html content.
(Inherited from AbstractCMSPage.)
Public methodEvalInteger
Evaluates the item data and converts it to the integer.
(Inherited from AbstractCMSPage.)
Public methodEvalJSString
Evaluates the item data, encodes it to be used in javascript code and encapsulates it with "'".
(Inherited from AbstractCMSPage.)
Public methodEvalText
Evaluates the item data and encodes it. Method should be used for columns with string nonhtml content.
(Inherited from AbstractCMSPage.)
Protected methodGetDocumentManagerContainer
Gets control ideal for containing document manager.
(Inherited from AbstractCMSPage.)
Public methodGetImageUrl
Gets UI image URL.
(Inherited from AbstractCMSPage.)
Public methodGetSiteID
Gets valid site id for current user.
(Overrides CMSContactManagementPageGetSiteID(String).)
Public methodCheckAdministrationInterface
Checks if the administration interface is enabled, if not, redirects to access denied
(Inherited from CMSPage.)
Protected methodCheckDocumentPermissions
Checks document permissions regarding the document manager mode and optionally redirects to access denied page
(Inherited from CMSDeskPage.)
Protected methodCheckDocumentPermissions(PermissionsEnum)
Checks currently edited document permissions and optionally redirects to access denied page
(Inherited from CMSDeskPage.)
Public methodCheckEditor
Checks whether the user is an editor
(Inherited from CMSPage.)
Public methodCheckGlobalAdministrator
Checks whether user is global administrator with access to all applications User without global access is redirected to access denied page.
(Inherited from CMSPage.)
Public methodCheckLicense
Checks the license for the given feature. Redirects to feature not available if not available.
(Inherited from CMSPage.)
Public methodCheckPermissions
Checks the security of the permissions, returns true if the security check succeeded
(Inherited from CMSPage.)
Public methodCheckReadPermission
Checks "read" permission of site/global contact for current user.
Public methodCheckResourceSite
Checks the security of the resource, returns true if the module is assigned to the site
(Inherited from CMSPage.)
Public methodCheckSite
Checks if current site is valid. Redirects to invalid web site if not.
(Inherited from CMSPage.)
Public methodCheckUIElements
Checks the security of the UI elements, returns true if the security check succeeded
(Inherited from CMSPage.)
Public methodInitDebug
Initializes the debug controls.
(Inherited from AbstractCMSPage.)
Public methodInitDevTools
Initializes the Dev tools menu
(Inherited from AbstractCMSPage.)
Public methodInitTabs(String)
Initializes the array for the tabs data
(Inherited from CMSPage.)
Public methodInitTabs(String, String, String)
Initializes the array for the tabs data
(Inherited from CMSPage.)
Protected methodLoadContextHelp
Loads application description and help topics with respect to current UI context. Does nothing when context help not enabled or not on standard page.
(Inherited from AbstractCMSPage.)
Public methodLoadUserControl
Loads the user control based on the given path
(Inherited from AbstractCMSPage.)
Public methodLogAndShowError
Logs the exception and displays a general error message
(Inherited from AbstractCMSPage.)
Protected methodOnInit
OnInit event handler.
(Overrides CMSContactManagementPageOnInit(EventArgs).)
Protected methodOnLoad
Load event handler
(Inherited from CMSPage.)
Protected methodOnPreInit
PreInit event handler
(Inherited from CMSPage.)
Protected methodOnPreRender
PreRender event handler
(Inherited from CMSPage.)
Protected methodOnPreRenderComplete
Raises the PreRenderComplete event after the OnPreRenderComplete event and before the page is rendered.
(Inherited from AbstractCMSPage.)
Public methodRaiseCheckTabSecurity
Raises OnCheckTabSecurity event.
(Inherited from CMSPage.)
Public methodRaiseTabCreated
Raises OnTabCreated event.
(Inherited from CMSPage.)
Protected methodRedirectToNewCultureVersionPage
Redirects to new document language version page.
(Inherited from CMSDeskPage.)
Public methodRegisterBodyModifyingScript
Registers script that modified body element. (For IE7,8 compatibility reasons. See KB927917 for more information.)
(Inherited from AbstractCMSPage.)
Protected methodRegisterContextHelpScript
Registers script which passes application description and help topics to UI. If applicationName is null or empty, no application context is assumed (and applicationDescriptionUrl, applicationHelpTopics is not used).
(Inherited from AbstractCMSPage.)
Public methodRegisterDialogCSSLink
Registers CSS file for dialogs
(Inherited from CMSPage.)
Protected methodRegisterDialogHandlingScripts
Registers script for centralized dialog closing. (Contains functionality for refreshing opener window.)
(Inherited from CMSPage.)
Public methodRegisterEscScript
Registers the script to handle the close window operation on ESC key
(Inherited from CMSPage.)
Public methodRegisterExportScript
Registers the object export function
(Inherited from CMSPage.)
Public methodRegisterModalDialogScript
Registers the model dialog script
(Inherited from CMSPage.)
Protected methodRegisterModalPageScripts
Register wopener script and base target tag for this page
(Inherited from CMSPage.)
Protected methodRegisterSplitModeSync(Boolean, Boolean)
Registers js script for synchronization scroll bars in split mode.
(Inherited from CMSPage.)
Protected methodRegisterSplitModeSync(Boolean, Boolean, Boolean)
Registers java script for synchronization scroll bars in split mode.
(Inherited from CMSPage.)
Public methodRegisterTooltipScript
Registers the tooltip script
(Inherited from CMSPage.)
Protected methodRender
Render event handler
(Inherited from CMSPage.)
Public methodResolveUrl
Resolves the given URL
(Inherited from AbstractCMSPage.)
Public methodSetAction
Sets the particular action data.
(Inherited from CMSPage.)
Public methodSetBreadcrumb
Sets the particular Breadcrumb data
(Inherited from CMSPage.)
Public methodSetBrowserClass
Sets the browser class to the body class
(Inherited from CMSPage.)
Public methodSetCulture
Sets current UI culture
(Inherited from CMSPage.)
Public methodSetEditedObject
Set edited object and ensure redirection to frame set if necessary
(Inherited from CMSPage.)
Protected methodSetFormAction
Sets the form action for current page if was rewritten by URL rewriter
(Inherited from AbstractCMSPage.)
Public methodSetHelp
Sets the page title
(Inherited from CMSPage.)
Public methodSetLiveCulture
Sets current UI culture for live site
(Inherited from CMSPage.)
Public methodSetLiveDialogClass
Sets the live site dialog body class.
(Inherited from CMSPage.)
Public methodSetLiveRTL
Sets the RTL culture for live site to the body class if RTL language
(Inherited from CMSPage.)
Public methodSetRTL
Sets the RTL culture to the body class if RTL language
(Inherited from CMSPage.)
Public methodSetTab(UITabItem)
Sets the tab.
(Inherited from CMSPage.)
Public methodSetTab(Int32, String, String, String)
Sets the particular tab.
(Inherited from CMSPage.)
Public methodSetTitle
Sets the page title
(Inherited from CMSPage.)
Public methodShowConfirmation
Shows the general confirmation message.
(Inherited from AbstractCMSPage.)
Public methodShowError
Shows the specified error message, optionally with a tooltip text.
(Inherited from AbstractCMSPage.)
Public methodShowChangesSaved
Shows the general changes saved message.
(Inherited from AbstractCMSPage.)
Public methodShowInformation
Shows the given information on the page, optionally with a tooltip text.
(Inherited from AbstractCMSPage.)
Public methodShowMessage
Shows the specified message, optionally with a tooltip text and description.
(Inherited from AbstractCMSPage.)
Public methodShowWarning
Shows the specified warning message, optionally with a tooltip text.
(Inherited from AbstractCMSPage.)
Protected methodValidateHash
Checks if the user is global administrator (can access the administration (development) page, or a hash is valid)
(Inherited from CMSPage.)
Top
Extension Methods
  NameDescription
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 MethodGetString
Gets the string by the specified resource key
(Defined by ControlsExtensions.)
Public Extension MethodLoadUserControl
Loads the user control based on the given path
(Defined by ControlsExtensions.)
Top
See Also