Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the last modified timestamp of a resource.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage
Assembly: Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage (in Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage.dll)
Syntax
'Declaration
Function GetTimeStamp ( _
path As String _
) As DateTime
'Usage
Dim instance As ResourceStore
Dim path As String
Dim returnValue As DateTime
returnValue = instance.GetTimeStamp(path)
DateTime GetTimeStamp(
string path
)
Parameters
path
Type: System.StringThe path of the resource.
Return Value
Type: System.DateTime
A [DateTime] representing the timestamp of the resource.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage Namespace