How to get application folders use tm1 .net api

Post Reply
User avatar
yuezhiguang
Posts: 2
Joined: Wed Sep 02, 2009 8:06 am
OLAP Product: cognos tm1
Version: 9.4.1
Excel Version: 2007

How to get application folders use tm1 .net api

Post by yuezhiguang »

Hi, I am new to this, so forgive me if this question has been posted. How to get application folders us tm1 donet api. Any answers will be apprecitated.thx

Environment:tm1 9.4.1 , Microsoft Visual C# 2008 , .net framework 3.5

i can use "_TM1ApplicationEntry" to get my applications,but i can't get the contents of the application folder.

_TM1EntryFolder nEF = nServer.getApplication();
_TM1ApplicationEntry nAppE = nEF.getPublicObject(1);

nAppE {OBJ: <b>Entry (Planning Sample)</b>} Applix.TM1.API.Internal._TM1ApplicationEntry {Applix.TM1.API.Internal._TM1EntryFolder}


I might be missing something, but there doesn't seem to be any documentation explaining how to use the TM1 API to access application folders and the files they contain.

Any chance of some examples?

Thanks in advance,
Post Reply