IFileSystemServiceGetCheckedOutReferences(ICollectionGuid) Method |
Gets items which are currently checked-out to the caller and referenced by at least one of the specified items.
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxIDictionary<Guid, ICollection<Guid>> GetCheckedOutReferences(
ICollection<Guid> entityIds
)
Function GetCheckedOutReferences (
entityIds As ICollection(Of Guid)
) As IDictionary(Of Guid, ICollection(Of Guid))
IDictionary<Guid, ICollection<Guid>^>^ GetCheckedOutReferences(
ICollection<Guid>^ entityIds
)
abstract GetCheckedOutReferences :
entityIds : ICollection<Guid> -> IDictionary<Guid, ICollection<Guid>> Parameters
- entityIds ICollectionGuid
- The entity IDs.
Return Value
IDictionaryGuid,
ICollectionGuidA dictionary (keyed by entity ID), containing the corresponding collection of items referenced by that entity.
Exceptions
See Also