CorePoint.DomainObjects Update 1
Just posted a minor update of CorePoint.DomainObjects onto Sitecore Trac. Not much new under the sun, a bug fix and a few simple helper methods.
1) It is now possible to create a field such as: [Field("myImageField")] public Sitecore.Data.Fields.ImageField MyImageField { get; set; }
This was always the intention, but implementation was faulty. It now works - knock on wood ;-)
2) StandardTemplate knows a couple of new tricks. .IsAncestorOf and .IsDescendantOf. They have similar functionality as Sitecore's own versions of same methods.
Update 1 for Sitecore 5
Update 1 for Sitecore 6
Enjoy :-)