【发布时间】:2014-11-26 14:30:37
【问题描述】:
通过 LotusScript,我可以使用 Set notesDocumentCollection = db.GetProfileDocCollection() 来获取数据库中所有配置文件文档的集合。我想使用 SSJS 做同样的事情。但是,database.getProfileDocCollection(profileName) 要求我使用特定的配置文件名称。 SSJS 中是否有任何方法可以在数据库中获取所有配置文件文档的集合(如 LotusScript 的情况)?
【问题讨论】:
标签: xpages lotusscript ssjs