N2 API Documentation
Factory Class
NamespacesN2Factory
Contains static methods and properties used to access and persist content items throughout the N2 content management system.
Declaration Syntax
C#Visual BasicVisual C++
public static class Factory
Public NotInheritable Class Factory
public ref class Factory abstract sealed
Members
All MembersMethodsProperties



IconMemberDescription
static memberCreateFactoryInstance()()
Creates a factory instance and adds a http application injecting facility.

static memberCurrentPage
Gets the current page. This is retrieved by the page querystring.

static memberDefinitions
Gets N2 definition manager

static memberInitialize(Boolean)
Initializes a static instance of the N2 factory.

static memberInitialize(IFactory)
Sets the static factory instance to the supplied factory. Use this method to supply your own factory implementation.

static memberInstance
Gets the factory intsance used to hold together N2.

static memberIntegrityManager
Gets N2 integrity manager

static memberPersister
Gets N2 persistence manager used for database persistence of content.

static memberSecurityManager
Gets N2 security manager responsible of item access checks.

static memberUrlParser
Gets the url parser responsible of mapping urls to items and back again.

Inheritance Hierarchy
Object
Factory

Assembly: N2 (Module: N2) Version: 1.0.204.35916