Packages | |
package | Addons |
package | Collections |
package | Configuration |
package | Definitions |
package | Details |
package | Edit |
package | Engine |
package | Extensions |
package | Installation |
package | Integrity |
package | Linq |
package | Management |
package | MarkDown |
package | Persistence |
package | Plugin |
package | Resources |
package | Security |
package | Templates |
package | Web |
package | Xml |
Classes | |
class | CancellableDestinationEventArgs |
Event argument containing item and destination item. More... | |
class | CancellableItemEventArgs |
Event argument containing item data. More... | |
class | ContentItem |
The base of N2 content items. All content pages and data items are derived from this item. During the initialization phase the CMS looks for classes deriving from ContentItem marked with the DefinitionAttribute and makes them available for editing and storage in the database. More... | |
class | Context |
class | DefinitionAttribute |
Decoration for N2 content items. Provides information needed in edit mode and for data integrity. More... | |
class | DestinationEventArgs |
Event argument containing item and destination item. More... | |
class | Find |
Provides easy access to finder and commonly used items. More... | |
interface | INode |
Represents a node in the tree in edit mode. More... | |
class | ItemEventArgs |
Event argument containing item data. More... | |
class | N2Exception |
The base class for the N2 application exceptions. More... | |
class | ItemAttribute |
class | PageDefinitionAttribute |
Defines a page (ASPX) available to the CMS and provides a way to define useful meta-data. Unlike DefinitionAttribute this attribute makes more assumptions about the item beeing defined and provides more meta-data options. More... | |
class | PartDefinitionAttribute |
Defines a part (ASCX) available to the CMS and provides a way to define useful meta-data. Unlike DefinitionAttribute this attribute makes more assumptions about the item beeing defined and provides more meta-data options. More... | |
class | Utility |
Mixed utility functions used by N2. |