Hvernig til Breyting the Home Page / Landing Page í MOSS 2007

Breyta heimasíðu eða Landing Page í SharePoint,

Beit til

Site aðgerðir ->

(Útlit og Feel) Welcome Page - Tilgreindu vefslóð þína.

Kerfisbundið Lesa tilkynningar fyrir notendur á síðuna Collection

SPAlerCollection flokki er hægt að nota til að fá Alert Safn fyrir notanda.

The neðan kóðann er notað til að lesa allar áminningar skráð fyrir síðuna safn notendur.

private
static
ógilt GetAlerts()

{


SPSite currSite = nýtt
SPSite(“http://Uday”);


SPWeb currWeb = currSite.OpenWeb();


SPUserCollection collUsers = currWeb.Users;


reyna

{


framhandleggur (SPUser usr í collUsers)

{


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


framhandleggur (SPAlert alrt í usr.Alerts)

{


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

}

}

}


veiða

{

}


Console.ReadLine();

}

}



Hvernig á að stilla tímann fyrir tilkynningar í SharePoint 2007

Til að stilla teljarann ​​starf bilið fyrir áminningar getur stillt með því að nota setproperty fyrir eign starf-strax-tónar stjórn í stsadm.

Setningafræði:
STSADM -o getproperty -pn atvinnuleitendum tafarlausa tilkynningar -pv <fasteignamat> -url <Slóð vefsíðunnar>

Dæmi:
STSADM -o getproperty -pn atvinnuleitendum tafarlausa tilkynningar -pv “hvert 2 mínútur” -url http://Uday


Hvernig á að breyta InfoPath XML skrá í umræðu Library kerfisbundið í SharePoint 2007

Neðan línur bút númer er að uppfæra InfoPath xml skrá(skrá)

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

MemoryStream myInStream = new MemoryStream(item.File.OpenBinary());
XmlTextReader lesandi = new XmlTextReader(myInStream);

XmlDocument læknir = new XmlDocument();
doc.Load(lesandi);

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

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

doc.DocumentElement.SelectSingleNode(“minn:Status”, nameSpaceManager).Inner Text = “Vistað”;
doc.DocumentElement.SelectSingleNode(“minn:SaveDate”, nameSpaceManager).InnerText = DateTime.Today.ToString();
System.Text.ASCIIEncoding encoding = new System.Text.ASCIIEncoding();
SPFile newFile = _web.Folders[“SampleFormLib”].Files.Add(item.File.Name.ToString(), (encoding.GetBytes(doc.OuterXml)), satt);
item.File.Update();

Make sure you execute item.File.Update() to commit the changes (I got the errors while execute item.Update() and spent couple of hours to find 🙁 )

Fá Timer Atvinna Interval fyrir Tilkynningar

Til að fá starfið Bil milli til áminningar er hægt að sækja með því að nota getproperty stjórn í stsadm.

Setningafræði:
STSADM-o getproperty-PN starf-strax-tilkynningar-url <Slóð vefsíðunnar>

Dæmi:

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

Download SharePoint 2010 Developer Documentation

Ert þú að leita að SharePoint 2010 Developer Document, þú getur sótt það hér

Setja Lengd fyrir New Icon Vísir í SharePoint

Til að stilla tímalengd New helgimynd í SharePoint (vísirinn sem sýnir hlið nýjum hlutum) access the SharePoint WebApplication object and set the value for DaysToShowNewIndicator.



SPWebApplication WebApp = SPWebApplication.Lookup(nýtt
Uri(WebAppURL.Text));

WebApp.DaysToShowNewIndicator = 3;

WebApp.Update();

Microsoft Office 2010 Technical Preview

Viltu fá Technical Forskoða eintak af Office 2010 Skráðu þig hér

SharePoint 2010 System Krafa

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

  1. SharePoint Server 2010 verður 64-bita aðeins.
  2. SharePoint Server 2010 mun þurfa 64-bita Windows Server 2008 eða 64-bita Windows Server 2008 R2.
  3. SharePoint Server 2010 mun þurfa 64-bita SQL Server 2008 eða 64-bita SQL Server 2005.

Microsoft SharePoint Workspace 2010

Athuga Video Hér á: Hvað er nýtt í SharePoint vinnusvæði 2010(Áður Microsoft Office Groove)