WebUIServiceHost Methods Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

The WebUIServiceHost type exposes the following members.

Methods

  Name Description
Protected method AddContentTemplate (Inherited from Page.)
Protected method AddedControl (Inherited from Control.)
Public method AddOnPreRenderCompleteAsync(BeginEventHandler, EndEventHandler) (Inherited from Page.)
Public method AddOnPreRenderCompleteAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from Page.)
Protected method AddParsedSubObject (Inherited from Control.)
Protected method AddWrappedFileDependencies (Inherited from Page.)
Public method ApplyStyleSheetSkin (Inherited from Control.)
Protected method AspCompatBeginProcessRequest (Inherited from Page.)
Protected method AspCompatEndProcessRequest (Inherited from Page.)
Protected method AsyncPageBeginProcessRequest (Inherited from Page.)
Protected method AsyncPageEndProcessRequest (Inherited from Page.)
Public method BuildHTMLException(String, String, Boolean)
Returns HTML code for a CS exception.
(Inherited from SiteBase.)
Public method BuildHTMLException(String, CSException, Boolean, Boolean)
Returns HTML code for a CS exception.
(Inherited from SiteBase.)
Public method BuildHTMLException(String, CSException, Boolean, Boolean, CSApplicationSupportedLanguages)
Returns HTML code for a CS exception.
(Inherited from SiteBase.)
Protected method BuildProfileTree (Inherited from Control.)
Public method BuildQueryString(String)
Returns a query string from a Request.QueryString with an '&' (ampersand) at the end.
(Inherited from SiteBase.)
Public method BuildQueryString(NameValueCollection, String)
Returns a query string from a collection with an '&' (ampersand) at the end.
(Inherited from SiteBase.)
Public method CanShowComponentEditor
Indicates whether the component can display a ComponentEditorForm.
Protected method ClearChildControlState (Inherited from Control.)
Protected method ClearChildState (Inherited from Control.)
Protected method ClearChildViewState (Inherited from Control.)
Public method Close
Closes this web form instance.
Protected method Construct (Inherited from TemplateControl.)
Protected method CreateChildControls (Inherited from Control.)
Protected method CreateControlCollection (Inherited from Control.)
Protected method CreateHtmlTextWriter (Inherited from Page.)
Protected method CreateResourceBasedLiteralControl (Inherited from TemplateControl.)
Public method CS_AddLiveObjectParameterValue
Adds a parameter value to a Live Object
(Inherited from SiteBase.)
Public method CS_ClearLiveObjectParameterValues
Clear all data parameters from a Live Object
(Inherited from SiteBase.)
Public method CS_CreateEditIcon(CategoryId, DocumentId, String)
Returns HTML code for displaying a standard edit icon in web view, without any permission checks.
(Inherited from SiteBase.)
Public method CS_CreateEditIcon(CategoryId, DocumentId, String, Boolean)
Returns HTML code for displaying a standard edit icon in web view.
(Inherited from SiteBase.)
Public method CS_CreateEditIcon(CategoryId, DocumentId, DocumentId, String, Boolean, SiteBaseCS_EditIconTypes)
Returns HTML code for displaying an edit icon in web view.
(Inherited from SiteBase.)
Public method CS_FixJavaString
Returns a string where the escape character sequences is adjusted to be used with Javascript.
(Inherited from SiteBase.)
Public method Code example CS_GetAnyEPTDocument
Returns the published content of any XML document as an EPTXmlTextParser.
(Inherited from SiteBase.)
Public method CS_GetParentPage
Returns a reference to the parent document page.
(Inherited from SiteBase.)
Public method CS_GetParentPage(SiteBase)
Returns a reference to the parent document page.
(Inherited from SiteBase.)
Public method CS_GetRootPage
Returns a reference to the root document page.
(Inherited from SiteBase.)
Public method CS_GetRootPage(SiteBase)
Returns a reference to the root document page.
(Inherited from SiteBase.)
Public method CS_ReadFromApplicationCache
Returns the data from the application cache
(Inherited from SiteBase.)
Public method CS_ReadLiveObjectParameterValue
Returns the value that has been added to a Live Object with the supplied key.
(Inherited from SiteBase.)
Public method CS_ReplaceRelativeUrls
Returns a string where all occurrences of relative URL's in a string containing HTML is replaced with absolute URL's.
(Inherited from SiteBase.)
Public method CS_SetApplicationCache
Stores a string in cache.
(Inherited from SiteBase.)
Public method CS_TranslateMessage(CSException)
Returns a translated error message.
(Inherited from SiteBase.)
Public method CS_TranslateMessage(CSApplicationSupportedLanguages, CSException)
Returns a translated error message.
(Inherited from SiteBase.)
Public method DataBind (Inherited from Control.)
Protected method DataBind(Boolean) (Inherited from Control.)
Protected method DataBindChildren (Inherited from Control.)
Public method DesignerInitialize (Inherited from Page.)
Protected method DeterminePostBackMode (Inherited from Page.)
Public method Dispose (Inherited from Control.)
Protected method EnsureChildControls (Inherited from Control.)
Protected method EnsureID (Inherited from Control.)
Public method EPT_GetFieldName Obsolete.
Gets the value of a specified field in an EPT document. This method is only applicable to edit templates and presentation templates, and for all other type of documents this method always returns null.
(Inherited from SiteBase.)
Public method EPT_GetFieldValue Obsolete.
When overriden in derived classes, obtains the value of a certain field in an EPT-document.
(Inherited from SiteBase.)
Public method Equals (Inherited from Object.)
Protected method Eval(String) (Inherited from TemplateControl.)
Protected method Eval(String, String) (Inherited from TemplateControl.)
Public method ExecuteRegisteredAsyncTasks (Inherited from Page.)
Protected method Finalize (Inherited from Object.)
Public method FindControl(String) (Inherited from Page.)
Protected method FindControl(String, Int32) (Inherited from Control.)
Public method Focus (Inherited from Control.)
Protected method FrameworkInitialize (Inherited from Page.)
Public method GetActualControlName
This method is usefull to determine the actual name attribute for a server control that will be used in EPT and that has a name property. ASP.net servercontrols will sometimes generate a name attribute with $ in it. This method will translate the name to the same that is used in EPT.
(Inherited from SiteBase.)
Public method GetBrowseableDocumentFilename(Int32)
Returns the file that represents a published Content Studio document.
(Inherited from SiteBase.)
Public method GetBrowseableDocumentFilename(DocumentId, Int32)
Returns the file that represents a published Content Studio document.
(Inherited from SiteBase.)
Public method Code example GetCookie(String)
Gets an HTTP cookie value
(Inherited from SiteBase.)
Public method Code example GetCookie(String, String)
Gets an HTTP cookie value with a specified sub-cookie
(Inherited from SiteBase.)
Public method GetCredentialCache
Returns the a CredentialCache object used when making HTTPrequests.
(Inherited from SiteBase.)
Public method GetDataItem (Inherited from Page.)
Protected method GetDesignModeState (Inherited from Control.)
Public method GetDialogOwnerWindow
Gets the window that should be used as the owner when showing dialog boxes.
Protected method GetGlobalResourceObject(String, String) (Inherited from TemplateControl.)
Protected method GetGlobalResourceObject(String, String, Type, String) (Inherited from TemplateControl.)
Public method GetHashCode (Inherited from Object.)
Protected method GetLocalResourceObject(String) (Inherited from TemplateControl.)
Protected method GetLocalResourceObject(String, Type, String) (Inherited from TemplateControl.)
Public method GetPostBackClientEvent Obsolete. (Inherited from Page.)
Public method GetPostBackClientHyperlink Obsolete. (Inherited from Page.)
Public method GetPostBackEventReference(Control) Obsolete. (Inherited from Page.)
Public method GetPostBackEventReference(Control, String) Obsolete. (Inherited from Page.)
Public method GetType (Inherited from Object.)
Public method GetTypeHashCode (Inherited from Page.)
Public method GetValidators (Inherited from Page.)
Public method GetWebRequest(String, String)
Returns a WebReques containing the response to the request to a Uniform Resource Identifier (URI). All cookies and credentials are stored in session variables.
(Inherited from SiteBase.)
Public method GetWebRequest(String, String, String, String, Boolean, String)
Returns a WebRequest containing the response to the request to a Uniform Resource Identifier (URI).
(Inherited from SiteBase.)
Public method GetWebResponse(String, String)
Returns a WebResponse containing the response to the request to a Uniform Resource Identifier (URI). All cookies and credentials are stored in session variables.
(Inherited from SiteBase.)
Public method GetWebResponse(String, String, String, String, Boolean, String)
Returns a WebResponse containing the response to the request to a Uniform Resource Identifier (URI).
(Inherited from SiteBase.)
Protected method GetWrappedFileDependencies (Inherited from Page.)
Public method HasControls (Inherited from Control.)
Protected method HasEvents (Inherited from Control.)
Protected method InitializeCulture (Inherited from Page.)
Protected method InitOutputCache(OutputCacheParameters)
Initializes the output cache for the current page request based on an OutputCacheParameters object.
(Inherited from SiteBase.)
Protected method InitOutputCache(Int32, String, String, OutputCacheLocation, String) (Inherited from Page.)
Protected method InitOutputCache(Int32, String, String, String, OutputCacheLocation, String) (Inherited from Page.)
Protected method InternalSetProperty(String, Boolean) Obsolete.
Sets internal properties for the current page.
(Inherited from SiteBase.)
Protected method InternalSetProperty(String, Int32) Obsolete.
Sets internal properties for the current page.
(Inherited from SiteBase.)
Protected method InternalSetProperty(String, String) Obsolete.
Sets internal properties for the current page.
(Inherited from SiteBase.)
Public method IsClientScriptBlockRegistered Obsolete. (Inherited from Page.)
Protected method IsLiteralContent (Inherited from Control.)
Public method IsStartupScriptRegistered Obsolete. (Inherited from Page.)
Public method LoadControl(String) (Inherited from TemplateControl.)
Public method LoadControl(Type, Object) (Inherited from TemplateControl.)
Protected method LoadControlState (Inherited from Control.)
Protected method LoadPageStateFromPersistenceMedium (Inherited from Page.)
Public method LoadTemplate (Inherited from TemplateControl.)
Protected method LoadViewState (Inherited from Control.)
Public method MapPath (Inherited from Page.)
Protected method MapPathSecure (Inherited from Control.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method NotifyInitedPage Obsolete.
Indicate that the page is initialized
(Inherited from SiteBase.)
Protected method OnAbortTransaction (Inherited from TemplateControl.)
Protected method OnBubbleEvent (Inherited from Control.)
Protected method OnCommitTransaction (Inherited from TemplateControl.)
Protected method OnDataBinding (Inherited from Control.)
Protected method OnError
Raises the Error event.
(Overrides TemplateControlOnError(EventArgs).)
Protected method OnInit (Inherited from Page.)
Protected method OnInitComplete (Inherited from Page.)
Protected method OnLoad (Inherited from Control.)
Protected method OnLoadComplete (Inherited from Page.)
Protected method OnPreInit
Raises the PreInit event at the beginning of page initialization.
(Overrides PageOnPreInit(EventArgs).)
Protected method OnPreLoad (Inherited from Page.)
Protected method OnPreRender
Raises the PreRender event.
(Overrides ControlOnPreRender(EventArgs).)
Protected method OnPreRenderComplete (Inherited from Page.)
Protected method OnSaveStateComplete (Inherited from Page.)
Protected method OnUnload (Inherited from Control.)
Protected method OpenFile (Inherited from Control.)
Public method ParseControl(String) (Inherited from TemplateControl.)
Public method ParseControl(String, Boolean) (Inherited from TemplateControl.)
Public method ProcessRequest (Inherited from Page.)
Protected method RaiseBubbleEvent (Inherited from Control.)
Protected method RaisePostBackEvent
Notifies the server control that caused the postback that it should handle an incoming postback event.
(Overrides PageRaisePostBackEvent(IPostBackEventHandler, String).)
Public method ReadStringResource (Inherited from TemplateControl.)
Public method RegisterArrayDeclaration Obsolete. (Inherited from Page.)
Public method RegisterAsyncTask (Inherited from Page.)
Public method RegisterClientScriptBlock Obsolete. (Inherited from Page.)
Public method RegisterHiddenField Obsolete. (Inherited from Page.)
Public method RegisterOnSubmitStatement Obsolete. (Inherited from Page.)
Public method RegisterRequiresControlState (Inherited from Page.)
Public method RegisterRequiresPostBack (Inherited from Page.)
Public method RegisterRequiresRaiseEvent (Inherited from Page.)
Public method RegisterRequiresViewStateEncryption (Inherited from Page.)
Public method RegisterStartupScript Obsolete. (Inherited from Page.)
Public method RegisterViewStateHandler (Inherited from Page.)
Protected method RemovedControl (Inherited from Control.)
Protected method Render (Inherited from Page.)
Protected method RenderChildren (Inherited from Control.)
Public method RenderControl(HtmlTextWriter) (Inherited from Control.)
Protected method RenderControl(HtmlTextWriter, ControlAdapter) (Inherited from Control.)
Public method RequiresControlState (Inherited from Page.)
Protected method ResolveAdapter (Inherited from Control.)
Public method ResolveClientUrl (Inherited from Control.)
Public method ResolveDocument
Resolves the document from a query string.
(Inherited from SiteBase.)
Public method ResolveEditCategoryId
Resolves the category id for the document that is beeing edited.
(Inherited from SiteBase.)
Protected method ResolveEditEptDocument
Resolves the ept document.
(Inherited from SiteBase.)
Public method ResolveEditId
Resolves the edit id.
(Inherited from SiteBase.)
Protected method ResolveEptDocument
Resolves the ept document.
(Inherited from SiteBase.)
Public method ResolvePresentationTemplate
Resolves the presentation template from a query string.
(Inherited from SiteBase.)
Public method ResolveReferer
Resolves the referer.
(Inherited from SiteBase.)
Public method ResolveUrl (Inherited from Control.)
Protected method SaveControlState (Inherited from Control.)
Protected method SavePageStateToPersistenceMedium (Inherited from Page.)
Protected method SaveViewState (Inherited from Control.)
Public method SendMail
Sends a mail through the mail server on the web server.
(Inherited from SiteBase.)
Public method Code example SetCookie(String, String)
Sets the value of a non-persistent HTTP cookie.
(Inherited from SiteBase.)
Public method Code example SetCookie(String, String, DateTime)
Sets the value of an HTTP cookie with a specific expiration value.
(Inherited from SiteBase.)
Public method Code example SetCookie(String, String, String)
Sets the value of a non-persistent HTTP cookie with a sub-cookie.
(Inherited from SiteBase.)
Public method Code example SetCookie(String, String, String, DateTime)
Sets the value of an HTTP cookie with a specific expiration value.
(Inherited from SiteBase.)
Protected method SetDesignModeState (Inherited from Control.)
Public method SetFocus(Control) (Inherited from Page.)
Public method SetFocus(String) (Inherited from Page.)
Public method SetRenderMethodDelegate (Inherited from Control.)
Protected method SetStringResourcePointer (Inherited from TemplateControl.)
Public method SetUIDirty
Sets a flag indicating the UI has changed.
Public method ShowComponentEditor
Attempts to display a ComponentEditorForm for a component.
Public method ShowDialog
Attempts to display the specified form in a dialog box.
Public method ShowError(Exception)
Displays the specified exception and information about the exception in a message box.
Public method ShowError(String)
Displays the specified error message in a message box.
Public method ShowError(Exception, String)
Displays the specified exception and information about the exception in a message box.
Public method ShowMessage(String, String)
Displays the specified message in a message box with the specified caption.
Public method ShowMessage(String, String, MessageBoxButtons)
Displays the specified message in a message box with the specified caption and buttons to place on the dialog box.
Public method ShowToolWindow
Displays the specified tool window.
Public method ShowWebDialog
Shows the web dialog.
Public method TestDeviceFilter (Inherited from TemplateControl.)
Public method ToString (Inherited from Object.)
Protected method TrackViewState (Inherited from Control.)
Public method UnregisterRequiresControlState (Inherited from Page.)
Public method Validate (Inherited from Page.)
Public method Validate(String) (Inherited from Page.)
Public method VerifyRenderingInServerForm (Inherited from Page.)
Protected method WriteUTF8ResourceString (Inherited from TemplateControl.)
Protected method XPath(String) (Inherited from TemplateControl.)
Protected method XPath(String, IXmlNamespaceResolver) (Inherited from TemplateControl.)
Protected method XPath(String, String) (Inherited from TemplateControl.)
Protected method XPath(String, String, IXmlNamespaceResolver) (Inherited from TemplateControl.)
Protected method XPathSelect(String) (Inherited from TemplateControl.)
Protected method XPathSelect(String, IXmlNamespaceResolver) (Inherited from TemplateControl.)
Top
See Also

Reference