|
IItemGetItemsChangedSince Method
|
Gets Items that have been updated after given given date.
Namespace: Severa.APIAssembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+466b7b4177d79034f8e56fa7578c03dfea8fb3bf
SyntaxList<Item> GetItemsChangedSince(
DateTime startDate
)
Function GetItemsChangedSince (
startDate As DateTime
) As List(Of Item)
Parameters
- startDate DateTime
- Start date in UTC.
Return Value
ListItemList of Item objects.
Exceptions
RemarksPrecision of start time is in minutes.
See Also