Conas Athraigh an Leathanach Baile / Page Landing i CAONAIGH 2007

Chun Athraigh an Leathanach Baile nó Page Tuirlingt i SharePoint,

Brabhsáil chun

Gníomhartha Láithreáin ->

(Féach Agus Más mian leat,) Fáilte Leathanach - Sonraigh do URL Page.

Programmatically Léigh Foláirimh d'Úsáideoirí sa Bhailiúchán Site

Is féidir aicme SPAlerCollection a úsáid chun a fháil ar an mBailiúchán Alert don Úsáideoir.

Is é an Blúire cód thíos a úsáidtear chun léamh go léir foláirimh cláraithe le haghaidh na n-úsáideoirí a bhailiú tsuímh.

private
static
neamhní GetAlerts()

{


SPSite currSite = nua
SPSite(“http://uday”);


SPWeb currWeb = currSite.OpenWeb();


SPUserCollection collUsers = currWeb.Users;


déan iarracht

{


foreach (SPUser usr i collUsers)

{


Console.WriteLine(“Alerts for the User : “ + usr.Name);


foreach (SPAlert alrt i usr.Alerts)

{


Console.WriteLine(alrt.Item.Title + ” –> “ + alrt.AlertFrequency);

}

}

}


ghabháil

{

}


Console.ReadLine();

}

}



Conas a shocrú le haghaidh Eatramh Foláirimh i SharePoint 2007

A shocrú ar an eatramh poist lasc ama ar féidir foláirimh atá leagtha síos ag baint úsáide as an setproperty don mhaoin post láithreach-foláirimh ordú i stsadm.

Comhréir:
STSADM-o-getproperty PN-phost láithreach-foláirimh-PV <luach maoine> -moladh <URL an tSuímh>

Sampla:
STSADM-o-getproperty PN-phost láithreach-foláirimh-PV “gach 2 nóiméad” -moladh http://uday


Conas Cuir InfoPath XML Comhad i Leabharlann Fóram Programmatically i SharePoint 2007

An thíos línte Blúire cód a thabhairt cothrom le dáta an xml infopath taifead(comhad)

SPWeb _web = SPContext.Current.Web;
SPList _list = _web.Lists[“SampleFormLib”];

MemoryStream myInStream = MemoryStream nua(item.File.OpenBinary());
Léitheoir XmlTextReader = XmlTextReader nua(myInStream);

XmlDocument doc = XmlDocument nua();
doc.Load(léitheoir);

reader.Close();
myInStream.Close();

XmlNamespaceManager nameSpaceManager = XmlNamespaceManager nua(doc.NameTable);
nameSpaceManager.AddNamespace(“mo”, “http://schemas.microsoft.com/office/infopath/2003/myXSD/2009-06-11T12:44:57“);

doc.DocumentElement.SelectSingleNode(“mo:Stádas”, nameSpaceManager).Téacs Istigh = “Sábháilte”;
doc.DocumentElement.SelectSingleNode(“mo:SaveDate”, nameSpaceManager).InnerText = DateTime.Today.ToString();
System.Text.ASCIIEncoding ionchódú = System.Text.ASCIIEncoding nua();
SPFile newFile = _web.Folders[“SampleFormLib”].Files.Add(item.File.Name.ToString(), (encoding.GetBytes(doc.OuterXml)), fíor);
item.File.Update();

Bí cinnte a fhorghníomhú tú item.File.Update() iad chun na hathruithe (Fuair ​​mé an earráidí agus a fhorghníomhú item.Update() and spent couple of hours to find 🙁 )

Faigh Foláirimh Poist Eatramh Timer

Chun a fháil is féidir an t-eatramh post lasc ama le haghaidh fógraí a aisghabháil trí úsáid a bhaint as an ordú getproperty i stsadm.

Comhréir:
STSADM-o-getproperty PN-phost láithreach-foláirimh-url <URL an tSuímh>

Sampla:

STSADM -o getproperty -pn job-immediate-alerts -url http://uday
			

Íosluchtaigh SharePoint 2010 Doiciméadú Fhorbróir

An bhfuil tú ag lorg SharePoint 2010 Doiciméad Forbróir, you can download it from anseo

Socraigh Fad do Táscaire Icon Nua i SharePoint

Chun Socraigh an Ré Nua don deilbhín i SharePoint (Léiríonn an táscaire a aice le míreanna nua) access the SharePoint WebApplication object and set the value for DaysToShowNewIndicator.



SPWebApplication WebApp = SPWebApplication.Lookup(nua
Uri(WebAppURL.Text));

WebApp.DaysToShowNewIndicator = 3;

WebApp.Update();

Microsoft Office 2010 Teicniúil Réamhamhairc

Ar mhaith leat a fháil ar an chóip Teicniúil Réamhamhairc de Oifige 2010 Cláraigh Anseo

SharePoint 2010 Riachtanas Córas

SharePoint Team has announced the preliminary System Requirements for SharePoint 2010.

  1. SharePoint Server 2010 Beidh 64-giotán amháin.
  2. SharePoint Server 2010 Beidh gá le 64-giotán Windows Server 2008 nó 64-giotán Windows Server 2008 R2.
  3. SharePoint Server 2010 Beidh gá le 64-giotán SQL Server 2008 nó 64-giotán SQL Server 2005.

Microsoft SharePoint Spás Oibre 2010

Seiceáil an Video Anseo ar: Cad atá nua i spás oibre SharePoint 2010(Roimhe Microsoft Office Groove)