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)
Syntaxvoid TouchEntry(
ICollection<Guid> entryIds
)
Sub TouchEntry (
entryIds As ICollection(Of Guid)
)
void TouchEntry(
ICollection<Guid>^ entryIds
)
abstract TouchEntry :
entryIds : ICollection<Guid> -> unit
Parameters
- entryIds
- Type: System.Collections.Generic.ICollection<Guid>
The IDs of the entries to update.
Exceptions
See Also