Message 1 of 3

Not applicable
04-19-2019
11:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an ACW.file object which has a folderID(long) property. How can this folder be reached by its folderID?
I was looking for something like:
dim fol as acw.folder= new acw.folder(folderID)
then all properties of this folder an be accessed with something like:
dim FolderName as string = fol.name
etc.
Or do I have to loop through the whole array of acw.groups()? Which I don't hope so, can take a long time I tink.
Best regards,
Maarten Weers
Solved! Go to Solution.