SharePoint Solution Features TabCopy link to this sectionLink to this section copied!

This pane contains a list of all features installed by the selected SharePoint Solution.

Solution FeaturesCopy link to this sectionLink to this section copied!

Add featureCopy link to this sectionLink to this section copied!

You can add a new feature to your solution by clicking [ Add... ] button, selecting “Add...” context menu item or by pressing Ins key. A folder selection dialog is then shown, allowing you to select your feature folder.

Edit featureCopy link to this sectionLink to this section copied!

You can modify the selected feature options by clicking [ Edit... ]button, selecting “Edit...” context menu item or by pressing Space key. Editing is performed through "Feature Information" dialog.

Remove featuresCopy link to this sectionLink to this section copied!

You can remove the selected features by clicking [ Remove ] button, selecting “Remove” context menu item or by pressing Del key.

Feature InformationCopy link to this sectionLink to this section copied!

InformationCopy link to this sectionLink to this section copied!

IDCopy link to this sectionLink to this section copied!

This field contains the feature ID. You can generate a new one by clicking [ Generate ] button or modify the existing ID manually.

ScopeCopy link to this sectionLink to this section copied!

Each feature can have its own scope. SharePoint supports four different scopes:

  • Farm - the feature will be available at farm level (it will be a farm feature).
  • Site - the feature will be available on all site collections (it will be a site collection feature).
  • Web - the feature will be available at a web site level (it will be a site feature).
  • WebApplication - the feature will be available on all web applications (it will be a web application feature).

OptionsCopy link to this sectionLink to this section copied!

Activate during installCopy link to this sectionLink to this section copied!

When this option is checked, the feature will always be activated during installation. This option ignores ActivateOnDefault attribute.

NoteGlobal solutions can be activated by this option only for Farm scope.

Activate by defaultCopy link to this sectionLink to this section copied!

This option sets ActivateOnDefault attribute to TRUE when checked and to FALSE when unchecked. If it's checked, the feature is activated by default during installation or when a Web application is created.

NoteActivateOnDefault attribute is used only by Farm and WebApplication scopes.

HiddenCopy link to this sectionLink to this section copied!

This option sets Hidden attribute which determines if the feature will be visible or not.