Hi,
Am having a event receiver which is an item event receiver which is trying to read the top level list called ApproverInfoList's items and apply some permissions and manipulations.
ApproverInfoList is residing at RootWeb. am trying to access this approerinfo splist from a subweb's document library's itemevent receiver file.
But am stuck with how to access the root web from a subweb. am having a site collections with multiple levels of sub sites.
like sitecollec1 - is the site collection and subsite1 is the sub site of sitecollec1 and sub_subsite1 is the sub site of subsite1.
Now when i trying to activate the event receiver it fails to read the top level -root web's - list.
can anyone help me, how to access the root web object from properties - ( SPItemEventPropertis properties)
object ?