Hi guys,
I created a view using:
ACAPI_Navigator(APINavigator_NewNavigatorViewID, &saveItem, &saveView, NULL);
and created a folder using:
ACAPI_Navigator(APINavigator_NewNavigatorViewID, &folderItem, NULL, NULL);
Can you let me know how to place a created view into a created folder?
Thanks in advance.
