IFileSystemServiceTouchEntry Method (Guid)

Updates the last modified time of the entry with the specified ID.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
void TouchEntry(
	Guid entryId
)

Parameters

entryId
Type: SystemGuid
The ID of the entry to update.
Exceptions
ExceptionCondition
ArgumentExceptionentryId is Empty.
NotFoundExceptionThe entry specified by entryId does not exist.
NoPrivilegeExceptionThe caller does not have permission to modify the file.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also