I got the "CMSContext.CurrentDocument.NodeAliasPath" and i want to get the First Image path under this nodealiaspath (there are few images under nodealiaspath)
Hello,
Please try this CMSContext.CurrentDocument.Children.FirstItem.NodeAliasPath
CMSContext.CurrentDocument.Children.FirstItem.NodeAliasPath
Best regards, Jan Hermann
Please, sign in to be able to submit a new answer.