IFileSystemServiceGetCheckedOutReferences Method (ICollectionGuid) | 
 
            Gets items which are currently checked-out to the caller and referenced by at least one of the specified items.
            
 
    Namespace: 
   Dundas.BI.FileSystem
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.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
 - Type: System.Collections.GenericICollectionGuid
The entity IDs. 
Return Value
Type: 
IDictionaryGuid, 
ICollectionGuidA dictionary (keyed by entity ID), containing the corresponding collection of items referenced by that entity.
Exceptions
See Also