Click or drag to resize
BaseWebDefinitionActivateFeatures Method (SPWeb, IEnumerableFeatureDefinition)

Namespace: Colygon.MatchPoint.Provisioning.ObjectDefinitions
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
protected static void ActivateFeatures(
	SPWeb web,
	IEnumerable<FeatureDefinition> features
)

Parameters

web
Type: SPWeb
features
Type: System.Collections.GenericIEnumerableFeatureDefinition
See Also