C# Class GSoft.Dynamite.Examples.Definitions.Features.Wall_Lists_Code.Wall_Lists_CodeEventReceiver

Inheritance: SPFeatureReceiver
Show file Open project: GSoft-SharePoint/Dynamite-2010

Public Methods

Method Description
FeatureActivated ( SPFeatureReceiverProperties properties ) : void

Features the activated.

FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void

Features the deactivating.

Private Methods

Method Description
DeleteContentTypeFromList ( SPWeb web, string listUrl, SPContentTypeId contentTypeId ) : void
ResolveDependencies ( ) : void
SetupList ( SPWeb web, string listUrl, SPContentTypeId contentTypeId ) : void

Method Details

FeatureActivated() public method

Features the activated.
public FeatureActivated ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties The properties.
return void

FeatureDeactivating() public method

Features the deactivating.
public FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties The properties.
return void