Hi,
Is there any method that can get all document IDs within a folder node? If not, how can i do that?
Thanks,
Di
Yes, you can use DocumentManagement.ListNodesByPage() and in the NodePageSpecification set the typeFilter to "Document".
J
Yes, as of Update 8 you can also use DocumentManagement.GetNodesInContainer.
What are the ,main differences between GetNodesInContainer and ListNodes? Is one more performant than the other. I know that GetNodesInContainer can retrieve recursively but if I'm using depth=1, is there a difference between both?
Thank you.