Click or drag to resize

CommonMethods Class

Class contains common shared-methods used for frontend handling.
Inheritance Hierarchy
SystemObject
  Dynamicweb.News.CommonCommonMethods

Namespace:  Dynamicweb.News.Common
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public class CommonMethods

The CommonMethods type exposes the following members.

Constructors
  NameDescription
Public methodCommonMethods
Initializes a new instance of the CommonMethods class
Top
Properties
  NameDescription
Public propertyStatic memberGoBackSender
Gets the go back sender.
Public propertyStatic memberGoBackUrl
Gets the go back URL.
Top
Methods
  NameDescription
Public methodStatic memberBuildDictionary
Builds Dictionary(Of String, String) object to fill list controls its keys and values.
Public methodStatic memberChkUrl(PageView, Int32, Int32)
Returns the url link.
Public methodStatic memberChkUrl(PageView, Int32, Int32, String)
Returns the URl link.
Public methodStatic memberChkUrl(PageView, Int32, Int32, String, Boolean)
CHKs the URL.
Public methodStatic memberGetHashedKey(String)
Gets the hashed key.
Public methodStatic memberGetHashedKey(String, String)
Gets the hashed key.
Public methodStatic memberGetLoopAsTemplate
Gets the loop as template.
Public methodStatic memberGetTemplateClass
Gets the template class.
Public methodStatic memberGetTemplateHTML
Returns HTML from specified template. Loop based templates can be processed also.
Public methodStatic memberGoBack
Public methodStatic memberIdsToString
Idses to string.
Public methodStatic memberIsTemplateExists(Int32)
Determines whether [is template exists] [the specified template identifier].
Public methodStatic memberIsTemplateExists(String)
Determines whether [is template exists] [the specified template identifier].
Public methodStatic memberReloadFrame
Reloads the frame.
Public methodStatic memberReloadFrameFromList
Returns the javascript for parent window reloading pointing to certain url.
Public methodStatic memberReloadRecordsFrame
Reloads the records frame.
Public methodStatic memberUpdateGoBack
Updates the go back.
Public methodStatic memberUpdateGoBack(String)
Updates the go back.
Public methodStatic memberValidateEmail
Validates the email.
Public methodStatic memberValidateLogin
Validates the login.
Top
See Also