RefinementHiddenObject.GetObject Method
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Shared Function GetObject ( _
cControl As Control, _
qryId As QueryId _
) As RefinementHiddenObject
'Usage
Dim cControl As Control
Dim qryId As QueryId
Dim returnValue As RefinementHiddenObject
returnValue = RefinementHiddenObject.GetObject(cControl, _
qryId)
public static RefinementHiddenObject GetObject(
Control cControl,
QueryId qryId
)
Parameters
- cControl
Type: System.Web.UI.Control
Content under construction.
- qryId
Type: Microsoft.Office.Server.Search.WebControls.QueryId
Content under construction.
Return Value
Type: Microsoft.Office.Server.Search.WebControls.RefinementHiddenObject