Click or drag to resize

Common Class

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

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

The Common type exposes the following members.

Constructors
  NameDescription
Public methodCommon
Initializes a new instance of the Common class
Top
Properties
  NameDescription
Public propertyStatic memberAuthorized
Determines whether the current user is authorized.
Public propertyStatic memberUserID
Returns the current user ID.
Top
Methods
  NameDescription
Public methodStatic memberDoRedirect
Does the redirect to specified URL.
Public methodStatic memberGetPageID
Retrieves page ID from the given URL.
Public methodStatic memberGetPageWithoutParagraphID
Retrieves page URL without paragraph ID (if presents).
Public methodStatic memberGetParagraphID
Retrieves paragraph ID from the page URL.
Public methodStatic memberGetPathFromRoot
Retrieves an absolute path to the resource.
Top
Remarks