Is there a list of Sharepoint 2007 WebParts, Features and ContentTypes that Sharepoint installs with? - Stack Overflow most recent 30 from stackoverflow.com2009-12-01T12:52:05Zhttp://stackoverflow.com/feeds/question/81458http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/81458/is-there-a-list-of-sharepoint-2007-webparts-features-and-contenttypes-that-share1Is there a list of Sharepoint 2007 WebParts, Features and ContentTypes that Sharepoint installs with?glenatron2008-09-17T09:29:52Z2008-09-17T12:36:15Z
<p>Does anyone know where I can find a list of all the WebParts, Features and ContentTypes that are available to a regular Sharepoint installation?</p>
<p>What I need to do is identify any of the above in a sharepoint site that <em>are not</em> part of the standard Microsoft family that pack with Sharepoint- as far as I can tell the most reliable way to do this is by comparison with a whitelist of all the ones that <em>are</em> available by default. Reflecting the object model gives a list of the ones that are installed on any given site, but I'm reluctant to try and install/use every possible member of each of those categories on one site if I can avoid it.</p>
<p>It seems quite likely to me that this data is around somewhere, but it's quite hard to search for because I'm looking for a list and Sharepoint is largely built around lists so I've been unable to find search terms that don't return thousands of irrelevant results. </p>
http://stackoverflow.com/questions/81458/is-there-a-list-of-sharepoint-2007-webparts-features-and-contenttypes-that-share/81471#814711Answer by Galwegian for Is there a list of Sharepoint 2007 WebParts, Features and ContentTypes that Sharepoint installs with?Galwegian2008-09-17T09:31:52Z2008-09-17T09:31:52Z<p>Here's a list of the web parts MOSS has out of the box...</p>
<p><a href="http://www.sharepointblogs.com/bobbyhabib/archive/2007/09/17/moss-out-of-the-box-web-parts.aspx" rel="nofollow">http://www.sharepointblogs.com/bobbyhabib/archive/2007/09/17/moss-out-of-the-box-web-parts.aspx</a></p>
<p>... and here...</p>
<p><a href="http://blogs.msdn.com/ketaanhs/archive/2008/02/12/out-of-the-box-list-of-web-parts-sharepoint-2007-or-moss-or-wss-3-0.aspx" rel="nofollow">http://blogs.msdn.com/ketaanhs/archive/2008/02/12/out-of-the-box-list-of-web-parts-sharepoint-2007-or-moss-or-wss-3-0.aspx</a></p>
http://stackoverflow.com/questions/81458/is-there-a-list-of-sharepoint-2007-webparts-features-and-contenttypes-that-share/82638#826380Answer by glenatron for Is there a list of Sharepoint 2007 WebParts, Features and ContentTypes that Sharepoint installs with?glenatron2008-09-17T12:36:15Z2008-09-17T12:36:15Z<p>I've found the following list of feature names by running Dir /B on the Sharepoint TEMPLATES\FEATURES directory, which appears to be a cheeky yet effective solution:</p>
<p>AddDashboard, AdminLinks, Analytics, AnalyticsLinks, AnnouncementsList, BaseSite, BaseSiteStapling, BaseWeb, BaseWebApplication, BasicWebParts, BDCAdminUILinks, BDR, BizAppsCTypes, BizAppsFields, BizAppsListTemplates, BizAppsSiteTemplates, BulkWorkflow, BulkWorkflowTimerJob, ContactsList, ContentLightup, ContentTypeSettings, ctypes, CustomList, DataConnectionLibrary, DataConnectionLibraryStapling, DataSourceLibrary, DeploymentLinks, DiscussionsList, DMContentTy, eSettings, DocumentLibrary, EawfSite, EawfWeb, EnhancedHtmlEditing, EventsList, ExcelServer, ExcelServerSite, ExcelServerWebApplication, ExpirationWorkflow, featurenames.txt, FeaturePushdown, FeaturePushdownTask, fields, GanttTasksList, GlobalWebParts, GradualUpgrade, GridList, Hold, ipfsAdminLinks, IPFSAdminWeb, IPFSSiteFeatures, IPFSWebFeatures, IssuesList, IssueTrackingWorkflow, LegacyDocumentLibrary, LinksList, ListTargeting, LocalSiteDirectoryControl, LocalSiteDirectoryMetaData, LocalSiteDirectorySettingsLink, MasterSiteDirectoryControl, MigrationLinks, MobilityRedirect, MySite, MySiteBlog, MySiteCleanup, MySiteHost, MySiteLayouts, MySiteNavigation, MySiteQuickLaunch, Navigation, NavigationProperties, NoCodeWorkflowLibrary, OffWFCommon, OSearchBasicFeature, OSearchCenralAdminLinks, OSearchEnhancedFeature, OSearchPortalAdminLinks, OSearchSRPAdminLinks, OsrvLinks, OsrvTasks, OssNavigation, OSSSearchSearchCenterUrlFeature, OSSSearchSearchCenterUrlSiteFeature, PageConverters, PictureLibrary, PortalLayouts, PremiumSite, PremiumSiteStapling, PremiumWeb, PremiumWebApplication, ProfileSynch, Publishing, PublishingB2TRHop2SiteFilesUpgrade, PublishingB2TRSiteFilesUpgrade, PublishingLayouts, PublishingPrerequisites, PublishingResources, PublishingSite, PublishingStapling, PublishingWeb, RecordsManagement, RedirectPageContentTypeBinding, RelatedLinksScopeSettingsLink, ReportCenterCreation, ReportCenterSampleData, Reporting, ReportListTemplate, ReviewWorkflows, SearchAndProcess, SearchWebParts, SharedServices, SignaturesWorkflow, SiteSettings, SitesList, SkuUpgradeLinks, SlideLibrary, SlideLibraryActivation, SpellChecking, SPSDisco, SPSearchFeature, SpsSsoLinks, SRPProfileAdmin, StapledWorkflows, SurveysList, TasksList, TeamCollab, TranslationWorkflow, TransMgmtFunc, TransMgmtLib, UpgradeOnlyFile, UserMigrator, ViewFormPagesLockDown, WebPageLibrary, WebPartAdderGroups, WikiWelcome, WorkflowHistoryList, WorkflowProcessList, XmlFormLibrary, </p>
<p>I'm not certain that is all of them, or that all of those are the feature names I will find in the Sharepoint library, but it's a start.</p>