C#

There are 1 entries for the tag C#
Aggiungere il Secondary Contact ad una site collection SharePoint

  esempio di codice per l’aggiunta di un secondary contact nella creazione di una site collection di SharePoint 1: internal void CreateSite(string serverUrl, string serverRelativeUrl, string title, string description, uint LCID, string templateName) 2: { 3: SPSecurity.RunWithElevatedPrivileges(delegate() 4: { 5: using (SPSite siteCollectionOuter = new SPSite(serverUrl +...

posted @ lunedì 8 marzo 2010 19:11 | Feedback (0)