Can’t find record center (SharePoint)

I spent a lot of time to discover why I get error when I try send document to SharePoint record center. I was able to get there, and also when I use link which I enter in Central Administration, this link used in browser displayed web service option. But when I try to...

BreakRoleInheritance and Dispose

I’ve wrote some piece of code which was used to clear security setting on item level in the library: private void UsunDziedziczenieUprawnien_ExecuteCode(object sender, EventArgs e) { using (SPSite site = new SPSite (workflowProperties.SiteId)) { using (SPWeb web...