cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

How to get all things implementing a same project?

Vatsal
7-Bedrock

How to get all things implementing a same project?

I have a specific requirement to get all the things implementing a specific project. Is there any way to query this?

ACCEPTED SOLUTION

Accepted Solutions
PaiChung
22-Sapphire I
(To:Vatsal)

Add all entities to a project

then against the Project there is a GetEntities service

View solution in original post

2 REPLIES 2
PaiChung
22-Sapphire I
(To:Vatsal)

Add all entities to a project

then against the Project there is a GetEntities service

Vatsal
7-Bedrock
(To:PaiChung)

Thanks for your inputs @PaiChung . Just to add more for further reference:

The syntax for fetching the entities is:

 

var result = Projects[<ProjectName>].GetEntities();

 

This method returns infotable.

Announcements

Top Tags