IFileSystemServiceTouchEntry Method (ICollectionGuid) |
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 (9.0.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.GenericICollectionGuid
The IDs of the entries to update.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | entryIds is . |
| NotFoundException | One 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.
|
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also