Represents a collection of repository rows returned from a query. The elements of
this collection are items that were requested in the query. The rows contain values
of varying type. For example, the query may request the name and ID of select
documents. In this example, each returned row contains a name value and an ID value.
Namespace:
FileNet.Api.Collection
Assembly:
FileNet.Api (in FileNet.Api.dll)
JavaScript |
---|
FileNet.Api.Collection.IRepositoryRowSet = function();
FileNet.Api.Collection.IRepositoryRowSet.createInterface('FileNet.Api.Collection.IRepositoryRowSet'); |