When I look at the href from a ResourceUri I get a string that looks like
https://api.aspose.cloud/v3.0/slides/S9.pptx/slides/3/shapes/23/shapes/1?folder=santander
Is there any function that will tell me the slide index that this refers to? (If not, I can do a explode or regex to find the field between slides/3/shapes.)