Show / Hide Table of Contents

Class Initialize

Inheritance
object
Initialize
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Common
Assembly: DotNetNuke.dll
Syntax
public class Initialize

Constructors

Initialize()

Declaration
public Initialize()

Methods

Init(HttpApplication)

Declaration
public static void Init(HttpApplication app)
Parameters
Type Name Description
HttpApplication app

LogEnd()

Declaration
public static void LogEnd()

LogStart()

Declaration
public static void LogStart()

ProcessHttpModule(HttpRequest, bool, bool)

Declaration
public static bool ProcessHttpModule(HttpRequest request, bool allowUnknownExtensions, bool checkOmitFromRewriteProcessing)
Parameters
Type Name Description
HttpRequest request
bool allowUnknownExtensions
bool checkOmitFromRewriteProcessing
Returns
Type Description
bool

RunSchedule(HttpRequest)

Declaration
public static void RunSchedule(HttpRequest request)
Parameters
Type Name Description
HttpRequest request

StartScheduler(bool)

Declaration
public static void StartScheduler(bool resetAppStartElapseTime = false)
Parameters
Type Name Description
bool resetAppStartElapseTime

StopScheduler()

Declaration
public static void StopScheduler()

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS