Hello, guys,
I need to get the "Pages" library with C# CSOM without specifying it's name("Pages"), because for different languages it has different name.
Is there a way to get the default publishing "Pages" library with C# client side object model. I see that for server code there is method "PublishingWeb.GetPublishingPages" that returns a collection of all publishing pages. Is there a similar way or whatever other way to take the library or all publishing pages. Or maybe this is just limitation of client side object model API?
Thank you in advance!
Best Regards,
Jordan Georgiev