C# Класс SenseNet.Portal.UI.Controls.FieldControlExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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