Oregon State University Libraries C# OAI Harvester Library
OAI.ListRecords Method (String, String, String, String, ResumptionToken, Object)
[Visual Basic]
Overloads Public Function ListRecords( _
ByVal
sPrefix
As
String
, _
ByVal
sset
As
String
, _
ByVal
sfrom
As
String
, _
ByVal
suntil
As
String
, _
ByVal
objToken
As
ResumptionToken
, _
ByRef
objHandler
As
Object
_
) As
ListRecord
[C#]
public
ListRecord
ListRecords(
string
sPrefix
,
string
sset
,
string
sfrom
,
string
suntil
,
ResumptionToken
objToken
,
ref
object
objHandler
);
See Also
OAI Class
|
oai Namespace
|
OAI.ListRecords Overload List