Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 2.64 KB

File metadata and controls

44 lines (31 loc) · 2.64 KB

#Developers Reference Developers reference primarily consists of API references of the different core umbraco APIS. In many cases, the references comes with code snippets with simple exemples. However, for a more in-depth study of the different APIs, consult the "using-umbraco" and "extending-umbraco" sections of the documentation

##Templating Reference documentation, covering masterpages, macros, razor syntax and xslt for macros

##Management APIs - 4.x Specific to version 4.x or earlier: Create, update, delete all build-in system objects like documents, media, templates, document types and so on.

##Management APIs - 6.x Specific to version 6.x or later: Create, update, delete all build-in system objects like content, media, templates, content types and so on.

##Querying Umbraco comes with several ways of querying, filtering and searching contnet, through the APIs: uQuery, DynamicNode and NodeFactory

##Searching Details on how to implement search capabilities for your Umbraco website using Examine, which is a Lucene based search engine for umbraco.

##Events Umbraco 4, comes with a complete event model, covering all mayor aspects of the system for triggering custom code or automation.

##/Base /Base is a extendable system for creating raw feeds directly from Umbraco using very basic Url's. This enables developers to access umbraco data through javascript, flash or any other client. It even allows you to modify umbraco data directly via simple url's.

##Umbraco.Library Umbraco.Library is a Xslt extension library, built specifically for xslt macros in umbraco 4. It contains many utility methods which are strictly for use in Xslt, but also has a number of more general purpous methods, which can used more broadly.

##Plugins Introduced in Umbraco 4.10.0+ The term 'Plugins' is refering to any types in Umbraco that are found in assemblies that are used to extend and/or enhance the Umbraco application.

##MVC Introduced in Umbraco 4.10.0+ How to use MVC in Umbraco.


###Progress Consult the Umbraco 4 documentation trello board to see what we are currently working on. See the TrelloBoard here

###Contribution Umbraco is a community powered project and we welcome any contribution, big or small, even fixing a typo is a valuable contribution. See how to contribute