Метод | Описание | |
---|---|---|
FeatureActivated ( SPFeatureReceiverProperties properties ) : void |
Features the activated.
|
|
FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void |
Features the deactivating.
|
Метод | Описание | |
---|---|---|
DeleteContentTypeFromList ( SPWeb web, string listUrl, SPContentTypeId contentTypeId ) : void | ||
ResolveDependencies ( ) : void | ||
SetupList ( SPWeb web, string listUrl, SPContentTypeId contentTypeId ) : void |
public FeatureActivated ( SPFeatureReceiverProperties properties ) : void | ||
properties | SPFeatureReceiverProperties | The properties. |
Результат | void |
public FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void | ||
properties | SPFeatureReceiverProperties | The properties. |
Результат | void |