Mobile app version of vmapp.org
Login or Join
Shakeerah822

: 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

@Shakeerah822

Posted in: #Blog #Cms #Rss

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.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Shakeerah822

2 Comments

Sorted by latest first Latest Oldest Best

 

@Ogunnowo487

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.

10% popularity Vote Up Vote Down


 

@Bethany197

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.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme