I have a document library db with some documents. I need the information to be extracted from document. I succeed in getting information about document which is in ‘Fields’ tab of property. My problem is I am getting number like 0, 1 etc for ‘ReviewType’, ‘ReviewWindow’ etc. After look into its designer I found it is using alias in ‘Fields’ tab for such field. So, how can I recalculate the text regarding that number. I mean I need to get ‘No time limit for each review’ for ‘ReviewWindow’ when I get value ‘0’ and so on.Thank in advance.