-
Search
-
Archive
June 2012 M T W T F S S « May 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Tag Archives: Properties
How to enforce site directory listing
If you have been trawling the SharePoint API looking for a way to set ‘Enforce Site Directory Listing’ then you must have given up. Why? It’s simply not there! It can be found in the Web’s property bag and this is how … Continue reading
Returning values from built in workflow extended properties using SPBuiltInFieldId
Have you ever tried returning the value of built in workflow extended properties and found yourself grappling with GUIDs. Try this instead. How to return a Task status value from workflow extended properties. A full list of SPBuiltInFieldIds can be found … Continue reading