Dissecting SharePoint content approval
February 3rd, 2010
No comments
SharePoint lists support content approval. On code level it is called moderation. Querying lists by approval or moderation status needs some explanations. Due to some very bad design decisions there are some dirty tricks that one must use when querying lists by approval status. This posting shows safe way how to query lists by approval status. Read more…
SharePoint lists are the most common toolset we use in our everyday SharePoint project. You can save documents or contact information; you can create lists for some control settings or even use some data to use in workflow activities. In this post i will introduce some query methods and options to get information out of SharePoint list.