SharePoint 2007 ResultTable 对象的 GetString 方法中有哪些字段可用?
我正在编写一个自定义搜索结果页面,我想使用 ResultsTable 对象中可用的一些元数据来对我的结果进行分类和标记。例如,我知道,如果您有 ResultTable rt 并运行 rt.GetString(5),您将获得与搜索匹配的项目的路径,如果您运行 rt.GetString(13),您可以获得一个字符串(包含一个数值)指示 URL 是否指向二进制文件。我想知道此方法还可以使用哪些其他参数以及它们返回什么。特别是,我希望其中一个参数将使该方法指示搜索结果是子网站还是文件夹。
I am writing a custom search results page and I want to use some of the metadata available within a ResultsTable object to categorize and mark up my results. I am aware, for example, that if you have ResultTable rt and run rt.GetString(5), you will get a path to the item that matched the search, and if you run rt.GetString(13) you can get a string (containing a numeric value) indicating if the URL points to a binary file. I would like to know what other parameters to this method are possible and what they return. In particular I am hoping that one of the parameters will cause the method to indicate if the search result is a subweb vs a folder.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对同一个对象使用 GetName 方法,我发现有 15 个值。这些名称说明了它们的含义:
Using the GetName method on the same object I discovered that there are 15 values. The names shed some light on what they are: