Keyoti SearchUnit API Docs
GetPostBackEventReference Method (page, parent)
API DocumentationKeyoti.SearchEngine.WebUtilsGetPostBackEventReference(Page, Control)
Keyoti SearchUnit v6
Gets a post back reference from the page
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public static string GetPostBackEventReference(
	Page page,
	Control parent
)
public static string GetPostBackEventReference(
	Page page,
	Control parent
)
Public Shared Function GetPostBackEventReference ( 
	page As Page,
	parent As Control
) As String
Public Shared Function GetPostBackEventReference ( 
	page As Page,
	parent As Control
) As String
public:
static String^ GetPostBackEventReference(
	Page^ page, 
	Control^ parent
)
public:
static String^ GetPostBackEventReference(
	Page^ page, 
	Control^ parent
)
static member GetPostBackEventReference : 
        page : Page * 
        parent : Control -> string 
static member GetPostBackEventReference : 
        page : Page * 
        parent : Control -> string 
Parameters
page (Page)
parent (Control)
Return Value

Assembly: Keyoti4.SearchEngine.Web (Module: Keyoti4.SearchEngine.Web.dll) Version: 2015.6.15.120