C# 클래스 SenseNet.Portal.UI.Controls.FieldControlExtensions

파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 메소드들

메소드 설명
FindControlRecursive ( this root, string id ) : Control

Searches recursively in this control to find a control with the name specified. Note, finds the first match and exists.

메소드 상세

FindControlRecursive() 공개 정적인 메소드

Searches recursively in this control to find a control with the name specified. Note, finds the first match and exists.
public static FindControlRecursive ( this root, string id ) : Control
root this The Control in which to begin searching.
id string The ID of the control to be found.
리턴 System.Web.UI.Control