: How to obtain a page's GUID in Composite C1 CMS? Question is pretty simple, I think. How can I find out what the page GUID for a certain page in my Composite C1 website is? I need it for
Question is pretty simple, I think.
How can I find out what the page GUID for a certain page in my Composite C1 website is?
I need it for RSS reading from a Blog within the CMS.
More posts by @Shakeerah822
2 Comments
Sorted by latest first Latest Oldest Best
you can edit CompositecontentformsAdministrativeEditPage.xml and add:
<TextBox Label="Id" Help="For internal usage" Type="readonly">
<TextBox.Text>
<cms:read source="SelectedPage.Id" />
</TextBox.Text>
</TextBox>
so you will see page id during the editing.
The simplest way to get the ID of a page is to create a link to it (in the Visual Editor or a code editor) and then either switch to code view or view link properties. There you will see the GUID.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.