Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
How to retrieve OriginalVolID from ObjectInfo Attributes for Folderalias
Michael_Heisch_(sglcadmin12_-_(deleted))
if i try to retrieve in LAPI (9.2) & C++ the OriginalVolID fora folderalias i allways get a -1.I also found that the attribute "OriginalID" as described in the LAPI docu must be "OriginDataID".Here is sample code:LL_ListObjects ( LLsession, iVolumeID, iObjectID, 0, 0, iPerms, Childs );...LL_ValueGetFieldValue( record, "ORIGINDATAID", tmpID ); // OriginalIDLL_ValueGetFieldValue( record, "ORIGINALVOLID", tmpVOL );LL_ValueGetInteger( tmpVOL, &intBufVOL );...intBufVOL is allways -1
Find more posts tagged with
Comments
There are no comments yet