What exactly are you trying to do? If you want to use searching you use umbracoexamine if you are looking to do actionhandlers you would use umbraco dll if doing datatypes you would use another bunch. Take a look at the wikis on our.umbraco which contain examples on how to do different things also take a look at some of the source code for different projects they show you what you need to reference.
Examine is a provider model searcher and indexer, Umbraco Examine is an implementation of Examine designed for Umbraco.
Examine is a third-party project which is just included in the 4.5 release.
There's no naming convention with the Umbraco core assemblies really, the goal is to have all the umbrac.*.dll assemblies just for the UI layer, and it's generally adhered to.
Third-party developers are free to do as they please though.
what is the different between umbracoexamine.dll VS examine.dll
anyone knows the DLL structure ?
some of them have the prefix "umbraco"
Such as umbraco.dll, umbraco.WebApp.dll
and some of them without umbraco... such as cms.dll, businesslogic.dll ?
What is the different ? do we use them all ?
Thanks
What exactly are you trying to do? If you want to use searching you use umbracoexamine if you are looking to do actionhandlers you would use umbraco dll if doing datatypes you would use another bunch. Take a look at the wikis on our.umbraco which contain examples on how to do different things also take a look at some of the source code for different projects they show you what you need to reference.
Regareds
Ismail
Examine is a provider model searcher and indexer, Umbraco Examine is an implementation of Examine designed for Umbraco.
Examine is a third-party project which is just included in the 4.5 release.
There's no naming convention with the Umbraco core assemblies really, the goal is to have all the umbrac.*.dll assemblies just for the UI layer, and it's generally adhered to.
Third-party developers are free to do as they please though.
Thx Aaron..
is working on a reply...