I was recently tasked with adjusting a LiveReport to include a column for "file size." I have 2 questions.
1) Is there a master list for item attributes (ie. name, dataid, and versionnum for dtree or datasize, docid, and version for dversdata)? And if so where would I find it or could you send it to me?
2) I understand that dtree records all items (folders, documents, workflows, etc.) but I have been unable to find the attribute related to the size of those elements (ie. dtree.x where x= size of the item in bytes), similarly with dversdata I understand that it holds the latest version of an item but it only seems to handle documents and other files (ie. dtree.docid) but not folders or workflow maps. How would I write out the sql so that the LiveReport would show the size of folders, workflow maps, etc. in addition to documents, messages and the like?