| Details View |
| Reference CSS files in Sandbox Solution for SharePoint Foundation 2010 | 1/21/2012 9:07:00 AM | | Recently I had a requirement where I had to push
some custom css files to the page when my SharePoint solution package
was deployed. This being a sandbox solution, I could not simply put the
files in the /_layouts/ folder and reference it from there.
Also, since the solutions was targeted at a SharePoint 2010 Foundation environment, that ... | | Comments: 0 | Author: Zshosted\Vardhaman | Categories: SharePoint Foundation, Office 365, CSS | | |
| Inconvenient Recurrence Data from a SharePoint Calendar using Client OM (JS) | 12/19/2011 7:56:18 PM | | The CAML to get SharePoint items from lists has a nice feature when it comes to Calendar data. Using the it is possible to check if a given date is within a range of dates and when passing the ExpandRecurrence property it even takes the Recurrence Data into account. Using Sandboxed Solutions to do so we can easily set this property ... | | Comments: 0 | Author: Cas Van Iersel | Categories: | | |
| Handling DateTime in Office 365 Sandboxed Solutions | 12/16/2011 12:39:45 PM | | When developing custom solutions on the SharePoint platform we don't really think about using DateTime objects anymore. We just build solutions using server-side DateTime.Now or DateTime.Today to check Date and Time and to check that with the values we get back from SharePoint. Because we have full control over our On-Premise environment we can be ... | | Comments: 2 | Author: Cas Van Iersel | Categories: Office 365, SharePoint 2010 | | |
|
| This content type is already in use" error while deleting content type | 10/27/2011 4:19:00 PM | | If you have been working on SharePoint and playing with content types and lists (which I am very sure you all must have) then "This content type is already in use" is a nightmare that you can think of when trying to delete a content type.
As the name suggests, this error indicates that the content type is in use somewhere and you cannot delete it. ... | | Comments: 0 | Author: Geetanjali Arora | Categories: Content Types | | |