IFileRepositoryServiceGetTimeStampAsync Method

The GetTimeStamp method retrieves the current time stamp of the file specified in the virtualPath parameter.

Namespace:  ABSuite.AccessLayer.Connector.Core
Assembly:  Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

Task<long> GetTimeStampAsync(
	string virtualPath
)

Parameters

virtualPath
Type: SystemString
The path and filename of a specific file on the server

Return Value

Type: TaskInt64
Returns a numeric value which identifies the time stamp for the specified file was last uploaded to the server.
See Also

Reference