ProcessAssetRepositoryGetAssetKeys Method

Scanjour Workflow4 Reference Manual
Gets the keys of assets updated since specified time.

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

public string[] GetAssetKeys(
	Uri oDataUri,
	DateTime? updatedAfter
)

Parameters

oDataUri
Type: SystemUri
The Odata Uri.
updatedAfter
Type: SystemNullableDateTime
The updatedAfter (null - to return all asset keys).

Return Value

Type: String
Array of asset keys.
See Also

Reference