Open this page in the API Guide

IFileSystemService.TouchEntry Method (ICollection<Guid>)

Updates the last modified time of the entries with the specified IDs.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
void TouchEntry(
	ICollection<Guid> entryIds
)

Parameters

entryIds
Type: System.Collections.Generic.ICollection<Guid>
The IDs of the entries to update.
Exceptions
ExceptionCondition
ArgumentNullExceptionentryIds is null.
NotFoundExceptionOne or more items in entryIds corresponds to an entry that does not exist.
NoPrivilegeException The caller does not have the privilege to execute this operation on one or more of the specified entries.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also