ProcessAssetRepositoryGetAssetKeys Method |
Gets the keys of assets updated since specified time.
Namespace: Scanjour.Workflow4.Web.Services.RepositoriesAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic string[] GetAssetKeys(
Uri oDataUri,
DateTime? updatedAfter
)
Public Function GetAssetKeys (
oDataUri As Uri,
updatedAfter As DateTime?
) As String()
public:
array<String^>^ GetAssetKeys(
Uri^ oDataUri,
Nullable<DateTime> updatedAfter
)
member GetAssetKeys :
oDataUri : Uri *
updatedAfter : Nullable<DateTime> -> string[]
Parameters
- oDataUri Uri
- The Odata Uri.
- updatedAfter NullableDateTime
- The updatedAfter (null - to return all asset keys).
Return Value
StringArray of asset keys.
See Also