Sep 19, 2009

Feature Activation Dependency Concept

This is something that one feature is dependent on the activation of another feature before it gets activated. A good example is TeamCollab feature which activates so many other features .

So this will activate other features first and then activates the actual feaure.

<Feature

Id={GUID}

Title={title}

Description={Description}

Version={version}

Hidden={value}

Scope={value}

xmlns={namespace} />

<ActivationDependencies>

<ActivationDependency FeatureID = {dependent Feature GUID}/>

</ActivationDependencies>

Your Job is done..

Cheers!!!

No comments:

Post a Comment