ProfilePropertyLoader.FindControlHelper Method
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Shared Function FindControlHelper ( _
cRoot As ControlCollection, _
controlType As Type _
) As Control
'Usage
Dim cRoot As ControlCollection
Dim controlType As Type
Dim returnValue As Control
returnValue = ProfilePropertyLoader.FindControlHelper(cRoot, _
controlType)
public static Control FindControlHelper(
ControlCollection cRoot,
Type controlType
)
Parameters
- cRoot
Type: System.Web.UI.ControlCollection
- controlType
Type: System.Type
Return Value
Type: System.Web.UI.Control