cancel
Showing results for 
Search instead for 
Did you mean: 

Images, Data Group API

Former Member
0 Kudos

How can I get the "Data Group" hierarchy, from the Images table, with the API?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi your Issue is not yet solved ?

else

let me know;

regards

Raja sekhar k

Former Member
0 Kudos

XCATCOMLib.ICatalog catalog = Helper.GetCatalog();

XCATCOMLib.Tables tables = catalog.Tables;

XCATCOMLib.Table dgTable = tables.Item("DataGroup");

XCATCOMLib.TreeNode tn = catalog.GetHierarchy(dgTable, 0);