C# Класс Phresco.XMLtoList.Setup

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

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

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

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

Метод Описание
CheckList ( SPWeb web, string listName ) : bool

Check the existance of the List.

ClearFlags ( ) : void

Clears all the flags

GetListsInfo ( SPFeatureReceiverProperties properties ) : Lists

Get the file from '12 Hive' Features folder and Deserialize to a class.

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

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

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

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

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

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

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

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

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