I have a website in Sharepoint 2007. I need to do a query of documents in a document library in a SPWeb/site and to know the KBs of the document.
In fact, i have to extract which is the url of the document from a linkfield and then look for the KBs?
Anyone can provide the query? or the method? Can i do this with a SPSiteDataQuery?
There is a field with the internal name File_x0020_Size (SPBuiltInFieldId.File_x0020_Size = {8fca95c0-9b7d-456f-8dae-b41ee2728b85})
You can probably use that to do a query against the files size.