Click or drag to resize
ResultConfigSave Method (String, String, String, String, String)
保存搜索结果显示的配置到 xslt 文档

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public bool Save(
	string xsltPath,
	string[] propSrcNames,
	string[] propNames,
	string[] propDisplays,
	string[] styles
)

Parameters

xsltPath
Type: SystemString
propSrcNames
Type: SystemString
propNames
Type: SystemString
propDisplays
Type: SystemString
styles
Type: SystemString

Return Value

Type: Boolean
See Also