IFileSystemServiceGetUnreferencedEntities Method |
Gets the IDs of any entities in the specified project which are not referenced.
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 Guid
- The ID of the project to scan.
Return Value
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