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

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

The SiteBase 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.
Public method BuildHTMLException(String, CSException, Boolean, Boolean)
Returns HTML code for a CS exception.
Public method BuildHTMLException(String, CSException, Boolean, Boolean, CSApplicationSupportedLanguages)
Returns HTML code for a CS exception.
Protected method BuildProfileTree (Inherited from Control.)
Public method BuildQueryString(String)
Returns a query string from a Request.QueryString with an '&' (ampersand) at the end.
Public method BuildQueryString(NameValueCollection, String)
Returns a query string from a collection with an '&' (ampersand) at the end.
Protected method ClearChildControlState (Inherited from Control.)
Protected method ClearChildState (Inherited from Control.)
Protected method ClearChildViewState (Inherited from Control.)
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
Public method CS_ClearLiveObjectParameterValues
Clear all data parameters from a Live Object
Public method CS_CreateEditIcon(CategoryId, DocumentId, String)
Returns HTML code for displaying a standard edit icon in web view, without any permission checks.
Public method CS_CreateEditIcon(CategoryId, DocumentId, String, Boolean)
Returns HTML code for displaying a standard edit icon in web view.
Public method CS_CreateEditIcon(CategoryId, DocumentId, DocumentId, String, Boolean, SiteBaseCS_EditIconTypes)
Returns HTML code for displaying an edit icon in web view.
Public method CS_FixJavaString
Returns a string where the escape character sequences is adjusted to be used with Javascript.
Public method Code example CS_GetAnyEPTDocument
Returns the published content of any XML document as an EPTXmlTextParser.
Public method CS_GetParentPage
Returns a reference to the parent document page.
Public method CS_GetParentPage(SiteBase)
Returns a reference to the parent document page.
Public method CS_GetRootPage
Returns a reference to the root document page.
Public method CS_GetRootPage(SiteBase)
Returns a reference to the root document page.
Public method CS_ReadFromApplicationCache
Returns the data from the application cache
Public method CS_ReadLiveObjectParameterValue
Returns the value that has been added to a Live Object with the supplied key.
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.
Public method CS_SetApplicationCache
Stores a string in cache.
Public method CS_TranslateMessage(CSException)
Returns a translated error message.
Public method CS_TranslateMessage(CSApplicationSupportedLanguages, CSException)
Returns a translated error message.
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.
Public method EPT_GetFieldValue Obsolete.
When overriden in derived classes, obtains the value of a certain field in an EPT-document.
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.
Public method GetBrowseableDocumentFilename(Int32)
Returns the file that represents a published Content Studio document.
Public method GetBrowseableDocumentFilename(DocumentId, Int32)
Returns the file that represents a published Content Studio document.
Public method Code example GetCookie(String)
Gets an HTTP cookie value
Public method Code example GetCookie(String, String)
Gets an HTTP cookie value with a specified sub-cookie
Public method GetCredentialCache
Returns the a CredentialCache object used when making HTTPrequests.
Public method Static member GetCSDataFields
Gets the nearest CS data fields from the control hierchy.
Public method GetDataItem (Inherited from Page.)
Protected method GetDesignModeState (Inherited from Control.)
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.
Public method GetWebRequest(String, String, String, String, Boolean, String)
Returns a WebRequest containing the response to the request to a Uniform Resource Identifier (URI).
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.
Public method GetWebResponse(String, String, String, String, Boolean, String)
Returns a WebResponse containing the response to the request to a Uniform Resource Identifier (URI).
Protected method GetWrappedFileDependencies (Inherited from Page.)
Public method Static member HandleInvalidSessionException
Handles the invalid session exception.
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.
(Overrides PageInitOutputCache(OutputCacheParameters).)
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.
Protected method InternalSetProperty(String, Int32) Obsolete.
Sets internal properties for the current page.
Protected method InternalSetProperty(String, String) Obsolete.
Sets internal properties for the current page.
Public method IsClientScriptBlockRegistered Obsolete. (Inherited from Page.)
Protected method IsLiteralContent (Inherited from Control.)
Public method IsStartupScriptRegistered Obsolete. (Inherited from Page.)
Public method Static member JavaStringEncode
Returns a string where the escape character sequences is adjusted to be used with Javascript. This metod was introduced in CS 5.4
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
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 (Inherited from TemplateControl.)
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 (Inherited from Page.)
Protected method OnPreLoad (Inherited from Page.)
Protected method OnPreRender (Inherited from Control.)
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 (Inherited from Page.)
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.
Public method Static member ResolveDocument(ConnectionId, SessionId)
Resolves the document from a query string.
Public method ResolveEditCategoryId
Resolves the category id for the document that is beeing edited.
Public method Static member ResolveEditCategoryId(ConnectionId, SessionId)
Resolves the category id for the document that is being edited.
Protected method ResolveEditEptDocument
Resolves the ept document.
Public method ResolveEditId
Resolves the edit id.
Public method Static member ResolveEditId(ConnectionId, SessionId)
Resolves the edit id.
Protected method ResolveEptDocument
Resolves the ept document.
Public method ResolvePresentationTemplate
Resolves the presentation template from a query string.
Public method Static member ResolvePresentationTemplate(ConnectionId, SessionId)
Resolves the presentation template from a query string.
Public method ResolveReferer
Resolves the referer.
Public method Static member ResolveReferer(ConnectionId, SessionId)
Resolves the referer.
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.
Public method Code example SetCookie(String, String)
Sets the value of a non-persistent HTTP cookie.
Public method Code example SetCookie(String, String, DateTime)
Sets the value of an HTTP cookie with a specific expiration value.
Public method Code example SetCookie(String, String, String)
Sets the value of a non-persistent HTTP cookie with a sub-cookie.
Public method Code example SetCookie(String, String, String, DateTime)
Sets the value of an HTTP cookie with a specific expiration value.
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 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