C# 클래스 JDP.Transformation.DisableFeatureActivation.CONTROLTEMPLATES.JDPDisableFeatureActivation

상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: OfficeDev/PnP-Transformation

보호된 메소드들

메소드 설명
OnPreRender ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

This method displays custom feature disabled message and also disbles set of features activation and deactivation

비공개 메소드들

메소드 설명
GetFeatureIDs ( ) : void

This method reads cache for list of disabled features, if the cache is not present then builds the cache for that

ProcessControls ( System.Web.UI.ControlCollection controls ) : void

This method reads all features displaying on the page and blocks the features activation and deactivation for specified set of features

ReadFeatureConfigDetails ( ) : void

This method reads all the features which needs to be disabled from feature activation and deactivation

getWebAppName ( ) : string

메소드 상세

OnPreRender() 보호된 메소드

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
리턴 void

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Render() 보호된 메소드

This method displays custom feature disabled message and also disbles set of features activation and deactivation
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void