C# 클래스 JDP.Transformation.DisableFeatureActivation.Features.Control.ControlEventReceiver

상속: SPFeatureReceiver
파일 보기 프로젝트 열기: OfficeDev/PnP-Transformation

공개 메소드들

메소드 설명
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