Den under prøven funksjonen lager ny meny i Site Handlinger-menyen, Vennligst erstatte GUID i under kode.
Eksempel Feature File
<?xml version =”1.0″ encoding =”utf-8″?>
<Feature
Id =”<GUID>”
Title =”Tilpassede menypunkt”
Beskrivelse =” ”
Version =”1.0.0.0″
Scope =”Nettside”
Skjulte =”False” xmlns =”http://schemas.microsoft.com/sharepoint/”>
<ElementManifests>
<ElementManifest
Location =”elements.xml” />
</ElementManifests>
</Feature>
Eksempel Elements fil
<?xml version =”1.0″ encoding =”utf-8″?>
<Elements xmlns =”http://schemas.microsoft.com/sharepoint/”>
<CustomAction Id =””
GroupId =”SiteActions”
Location =”Microsoft.SharePoint.StandardMenu”
RequireSiteAdministrator =”TRUE”
Title =”Min Blogg”
Beskrivelse =” ”
Sekvens =”1″>
<UrlAction Url =”http://www.mstechblogs.com/sharepoint “/>
</CustomAction>
</Elements>
Hei, takk for denne forbløffende informasjon. Derfor, Jeg vil gjerne be om din godta å legge noe av denne informasjonen i bloggen min. Selvfølgelig, Jeg vil gi en link til nettstedet ditt, som en kilde for min angitte opplysninger.