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

Inheritance: SPFeatureReceiver
Afficher le fichier Open project: GSoft-SharePoint/Dynamite-2010

Méthodes publiques

Méthode Description
FeatureActivated ( SPFeatureReceiverProperties properties ) : void

Features the activated.

FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void

Features the deactivating.

Private Methods

Méthode Description
DeleteContentTypeFromList ( SPWeb web, string listUrl, SPContentTypeId contentTypeId ) : void
ResolveDependencies ( ) : void
SetupList ( SPWeb web, string listUrl, SPContentTypeId contentTypeId ) : void

Method Details

FeatureActivated() public méthode

Features the activated.
public FeatureActivated ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties The properties.
Résultat void

FeatureDeactivating() public méthode

Features the deactivating.
public FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties The properties.
Résultat void