C# Класс JDP.Transformation.DisableFeatureActivation.Features.Control.ControlEventReceiver

Наследование: SPFeatureReceiver
Показать файл Открыть проект

Открытые методы

Метод Описание
FeatureActivated ( SPFeatureReceiverProperties properties ) : void
FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void

Приватные методы

Метод Описание
createLists ( string url ) : void

This method used to create lists to support disable functionality

deletLists ( string url ) : void

This method used to delete lists that are created as part of feature activation

disableCustomMsgList ( SPWeb web ) : void

This method used to create 'Disable Feature Message' list, which will hold generic message i.e. to displayed on features page

featuresList ( SPWeb web ) : void

This method used to create 'Disable Features List' list, which will be used to hold all the features to be disabled

Описание методов

FeatureActivated() публичный Метод

public FeatureActivated ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties
Результат void

FeatureDeactivating() публичный Метод

public FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties
Результат void