Click or drag to resize

BaseWebDefinitionActivateFeatures Method (SPWeb, IEnumerableFeatureDefinition)

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

Parameters

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