Click or drag to resize
NormalManagePageGetCustomSearchUrl Method
获取自定义的搜索链接

Namespace: Appkit.Web.UI
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static void GetCustomSearchUrl(
	string objType,
	ref string normSearchUrl,
	ref string keySearchUrl,
	ref string searchAllUrl,
	ref string searchAll2TrvwUrl
)

Parameters

objType
Type: SystemString
normSearchUrl
Type: SystemString
keySearchUrl
Type: SystemString
searchAllUrl
Type: SystemString
searchAll2TrvwUrl
Type: SystemString
See Also