In this blog entry I will share some findings regarding SharePoint API for items versioning in document library.
Friday, April 27, 2012
Tuesday, April 24, 2012
Extraction of term custom properties from list item field of managed metadata type
The task was to extract custom properties from managed metadata field of list item. Custom properties can be stored in name value like collection for each term, which is very handy in many cases.
Saturday, April 7, 2012
Locating list item in document library by url
If you need to find list item by url, there is easy way. You can create site based on file url. Than it is enough to run GetFile which will return SPFile object. Last thing is to get Item object from returned file object. No need to write CALM queries.
Subscribe to:
Posts (Atom)