| bio | website | hopskipphotography.com |
|---|---|---|
| location | Downers Grove, IL | |
| age | 40 | |
| visits | member for | 2 years, 6 months |
| seen | May 13 at 12:20 | |
| stats | profile views | 63 |
|
Feb 15 |
answered | Sharepoint 2010 List Settings |
|
Feb 15 |
comment |
Creating calendar view from list programmatically using Elements Module in Sharepoint 2013 apps I can tell this definitely works for Modules sections within an onet.xml file for SP 2010. Maybe it doesn't work in a feature separate from a site definition or maybe it is different in SP 2013. But I would think it should work. |
|
Feb 15 |
comment |
deploy sample content in list from Visual studio includes people picker I haven't played with SP 2013 yet, but if it's anything like 2007 or 2010, if you click on the hyperlink of any user on the site, you are taken to the User Information page for that user. The value of ID query string parameter in the URL of the User Information page will be the user's ID. |
|
Feb 15 |
answered | deploy sample content in list from Visual studio includes people picker |
|
Feb 15 |
comment |
Creating calendar view from list programmatically using Elements Module in Sharepoint 2013 apps I would start with the properties I've listed. Not all of the attributes of the schema's View element are supported for a module's View element. See View Element (Module) for a full list (note that CALENDAR isn't listed as an option for type, but I've seen examples where it works). |
|
Feb 15 |
answered | Creating calendar view from list programmatically using Elements Module in Sharepoint 2013 apps |
|
Feb 14 |
answered | Set a view of a list in XsltListViewWebPart when deploying from VS2012 to SP2013 App |
|
Jan 15 |
awarded | Popular Question |
|
Nov 12 |
awarded | Yearling |
|
Oct 26 |
revised |
i got an error.Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).when i give listitem.BreakRoleInheritance(false) formatted code, clarified question |
|
Oct 26 |
suggested | suggested edit on i got an error.Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).when i give listitem.BreakRoleInheritance(false) |
|
Oct 26 |
revised |
i got an error.Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).when i give listitem.BreakRoleInheritance(false) deleted 6 characters in body |
|
Oct 26 |
answered | i got an error.Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).when i give listitem.BreakRoleInheritance(false) |
|
Sep 6 |
comment |
What is the Correct Way to Deploy Solutions in Foundation 2010 Via C# API Yes, regardless of what you use (PowerShell, STSADM, C#), a feature must be installed before it can be activated within a site. Features within a solution package should be installed when the solution package is deployed. There is no Update method in either the SPFeatureCollection or SPFeature classes, nor is it necessary to call SPSite.Update when activating a feature. Calling SPFeatureCollection.Add is all it takes to activate the feature. If it is not working, I would confirm that: the feature is installed, the Guid is correct, and the feature is a site collection scoped feature. |
|
Sep 6 |
answered | Invalid URI when trying to empty recycle bin |
|
Sep 5 |
answered | What is the Correct Way to Deploy Solutions in Foundation 2010 Via C# API |
|
Aug 15 |
comment |
How can I let Contributors create a new list? @Mike: The answer and comments from Varnsi are what led me to my implementation. I did not want to take away credit for what is the correct answer based on additional details I found during implementation. |
|
Jun 15 |
revised |
How “Content Type” combo in upload dialog is filled? edited tags |
|
Jun 14 |
answered | Getting specific SPFile from document library |
|
May 31 |
comment |
get Items from Sharepoint-list What do you get for $listitem.ContentTypeId? In other words, are you sure the list item is using your custom content type? |