IFileSystemServiceGetUnreferencedEntities Method  | 
 
            Gets the IDs of any entities in the specified project which are not referenced.
            
 
    Namespace: 
   Dundas.BI.FileSystem
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxICollection<Guid> GetUnreferencedEntities(
	Guid projectId
)
Function GetUnreferencedEntities ( 
	projectId As Guid
) As ICollection(Of Guid)
ICollection<Guid>^ GetUnreferencedEntities(
	Guid projectId
)
abstract GetUnreferencedEntities : 
        projectId : Guid -> ICollection<Guid> 
Parameters
- projectId
 - Type: SystemGuid
The ID of the project to scan. 
Return Value
Type: 
ICollectionGuidThe IDs of any entities in the specified project which are not referenced.
Exceptions
Remarks
            The search is limited to the following entity types:
            
  Note | 
|---|
| References to all revisions of an entity are considered. | 
See Also