IProcessServiceGetAssetKeys Method

Scanjour Workflow4 Reference Manual
Gets the keys of assets have been updated since specified date.

Namespace:  Scanjour.Workflow4.Web.Services
Assembly:  Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

string[] GetAssetKeys(
	string updatedAfter
)

Parameters

updatedAfter
Type: SystemString
The time string in UTC timezone. Recommended format: dd-MM-yyyy HH-mm-ss

Return Value

Type: String
Array of keys of the assets have been updated.
See Also

Reference