C# Class Phresco.XMLtoList.Setup

Inheritance: SPFeatureReceiver
Exibir arquivo Open project: photon-infotech/sharepoint-resource-management

Public Methods

Method Description
FeatureActivated ( SPFeatureReceiverProperties properties ) : void
FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void
FeatureInstalled ( SPFeatureReceiverProperties properties ) : void
FeatureUninstalling ( SPFeatureReceiverProperties properties ) : void

Private Methods

Method Description
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.

Method Details

FeatureActivated() public method

public FeatureActivated ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties
return void

FeatureDeactivating() public method

public FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties
return void

FeatureInstalled() public method

public FeatureInstalled ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties
return void

FeatureUninstalling() public method

public FeatureUninstalling ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties
return void