10 set 2009 Informatica SharePoint e share di rete (Explorer view) E' possibile accedere ad una document library di SharePoint 2007 (WSS3 - MOSS) come se fosse una cartella di rete, ad esempio: \\sharepoint2007\Documents . Questo è quello che avviene quando... Office SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013 Windows
26 ago 2009 Informatica Come ottenere la url della document library Pages In SharePoint 2007 (MOSS) la document library, in cui vengono salvate le pagine di publishing, viene nominata in base alla lingua di creazione del sito. Quindi se ho un sito con template inglese ... C# Object Model PowerShell SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013
21 lug 2009 Informatica Attivare una feature programmaticamente in SharePoint In SharePoint 2007 (WSS3 - MOSS) è possibile attivare una feature via codice aggiungendola alla collection Features dell'oggetto SPWeb o SPSite tramite il suo Guid. Questo è un esempio in C# : str ... C# Object Model SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013 SharePoint 2016
14 lug 2009 Informatica SharePoint 2010 Technical Preview Qui trovate alcune info sul futuro SharePoint 2010 http://sharepoint.microsoft.com/2010...default.aspx SharePoint SharePoint 2010
12 lug 2009 Informatica Una Feature per deployare un Page Layout di SharePoint Questo esempio mostra come deployare un nuovo Page Layout per SharePoint 2007 (MOSS) con il relativo content type e colonne di sito (site columns). Per far questo servono tre file: feature.xml che ... SharePoint SharePoint 2007 SharePoint 2010
01 mar 2009 Informatica Elenco esami di certificazione Elenco di tutte le certificazioni conseguite ASP.NET C# .NET Esami HTML JavaScript MVC SharePoint 2007 SharePoint 2010 SharePoint 2013 SharePoint Foundation Visual Studio WCF Web Web service
04 nov 2008 Informatica Funzioni per i campi calcolati (Calculated field) Esiste un help con le funzioni usabili nei campi calcolati (SPFieldCalculated) di SharePoint 2007 (WSS3 - MOSS) e si trova, normalmente, in: c:\Program Files\Microsoft Office\Office12\1033\STSLIST ... Excel SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013 SharePoint 2016
30 ott 2008 Informatica Eseguire il codice con elevati privilegi 2 (SharePoint) Ecco un altro sistema per accedere agli oggetti di SharePoint 2007 (WSS3 - MOSS) con un utente diverso da quello corrente. Viene usato tipicamente per accedere agli oggetti con i privilegi... C# SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013
19 ott 2008 Informatica Ricerca Full Text con Keywords - SharePoint 2007 Ecco come fare una ricerca basata su keyword in SharePoint 2007 (MOSS). Le keyword da cercare vanno inserite nella proprietà QueryText dell'oggetto KeywordQuery ... Search SharePoint SharePoint 2007 SharePoint 2010
04 giu 2008 Informatica SPQuery ricorsivo sui folders SharePoint Un esempio di come fare query ricorsive su una lista SharePoint 2007 (WSS3 - MOSS). In questo caso cerco sulla lista Pages, indipendentemente dalle cartelle/folders, tutti i file che hanno nome... SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013
05 mag 2008 Informatica Feature per aggiungere una master page o una pagina In SharePoint 2007 (WSS3 - MOSS) è possibile aggiungere delle master page tramite una feature . Per farlo è sufficiente creare una cartella (ad esempio SgartMasterPage) sotto la directory... SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013
11 apr 2008 Informatica PowerShell: Elenco dei siti web Un esempio di come, con due righe (tre con la load), è possibile avere l'elenco dei siti peresenti in una site collection in SharePoint 2007 (WSS3 - MOSS)... PowerShell Script SharePoint SharePoint 2007 SharePoint 2010
18 feb 2008 Informatica SPList, ItemCount vs Items.Count (SharePoint) In breve le differenze tra le proprietà ItemCount della lista e Count dell'item collection. list.ItemCount da il numero totale degli item contenuti nella lista, comprese le cartelle, indipendentem ... SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013
18 feb 2008 Informatica Scrivere nel web.config di SharePoint 2007 Un esempio di come modificare da codice il web.config di SharePoint 2007 (WSS3 - MOSS). In questo caso modifico il nodo customErrors ed imposto la proprietà mode a off . using (SPSite site = new S ... SharePoint SharePoint 2007 SharePoint 2010
12 feb 2008 Informatica Recuperare il riferimento a un Content Type di lista SharePoint Per recuperare il riferimento a un content type di una lista SharePoint 2007 (WSS 3 - MOSS) bisogna usare il metodo BestMatch passandogli l'id del content type richiesto. Questo perchè se abbiamo ... C# SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013
22 nov 2007 Informatica CustomAction export XML in SharePoint Questa feature di SharePoint aggiunge 2 voci al menu Action delle liste e altre 3 al menu Site Actions . Queste permettono di esportare le configurazioni e i dati in formato xml... SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013
07 ott 2007 Informatica Ottenere lo schema della lista/sito di SharePoint via browser In SharePoint è disponibile una url /_vti_bin/owssvr.dll che permette di ottenere informazioni su vari oggetti. Ad esempio è possibile avere lo schema della lista , comprensivo di tutte le viste... CAML SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013 SharePoint 2016 SharePoint Foundation
14 lug 2007 Informatica Come aggiornare un SPListItem si SharePoint Un esempio di come modificare un item di una lista in SharePoint 2007 (WSS3 - MOSS) utilizzando i metodi: Update() aggiorna l'item, la data (Modified) e l'utente (Modified By) ed eventuale... SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013
02 giu 2007 Informatica Semplice Feature Un esempio di come creare una feature per SharePoint 2007 (MOSS) che aggiunge un link al menu action di una lista . Vediamo i passi crea una cartella SharePointFeatureLink sotto... SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013