June 2015 Entries
Set default value to taxonomy fieldhttps://social.msdn.mi... defaultValue = terms[0];TaxonomyField taxField //Check and get the field value if already default valueTaxonomyFieldValue fieldValue = (TaxonomyFieldValue)taxFiel... use this TaxonomyFieldValue fieldValue = new TaxonomyFieldValue(Field);/... ......
http://lee-dale.net/2011/03... Creating Custom List Definitions with Content Approval enabled. i Rate ThisOn my current project I’m working on providing end users with a custom list template that creates a new Wiki page library with versioning, content approval and draft item visibility set to Approvers only.I created ......
I'm running into an odd problem with Visual Studio 2013 (Update 3) and SharePoint 2013. I created a Sandboxed solution for SharePoint 2013. I then right-clicked on the solution 7 times and selected to add a new List each time. VS created a new feature for each list. I deleted all but the first feature and added each list to that feature, so the end result was 1 feature with 7 list definitions and 7 list instances.Builds and deploys just fine.I then closed the solution and opened it again. VS created ......
Hi All,
this is the best for handling photos in your visual studio c# code.
http://tech.pro/tutorial/620/csharp-tutorial-image-editing-saving-cropping-and-resizing
Thanks
Hi All,I have successfully completed the creating taxonomy and folksonomy in the visual studio package for lists or libraries using the below links ..https://cann0nf0dder.word... http://www.sharepointconfig... It helps you a lot if you follow the above link.ThanksMusalaiah ......