|
Home > Archive > Microsoft Content Management Server > October 2006 > GUID
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| I am trying to find the GUID for one of my aspx pages. Does anyone know how
to do this painlessly? Thanks.
| |
| Stefan [MSFT] 2006-10-17, 7:31 pm |
| Hi Kim,
an ASPX page does not have a guid.
Only the template gallery item in the database - which is bound to a
template file - does have a guid.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
"Kim59" <Kim59@discussions.microsoft.com> wrote in message
news:7555F0AD-8FF0-467D-8FF9-547C105A4326@microsoft.com...
>I am trying to find the GUID for one of my aspx pages. Does anyone know how
> to do this painlessly? Thanks.
| |
|
| Thanks. How do I find this GUID in the template.
"Stefan [MSFT]" wrote:
> Hi Kim,
>
> an ASPX page does not have a guid.
> Only the template gallery item in the database - which is bound to a
> template file - does have a guid.
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
>
> "Kim59" <Kim59@discussions.microsoft.com> wrote in message
> news:7555F0AD-8FF0-467D-8FF9-547C105A4326@microsoft.com...
>
>
>
| |
| Stefan [MSFT] 2006-10-18, 1:23 pm |
| Hi Kim,
CmsHttpContext.Current.Posting.Template.Guid.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
"Kim59" <Kim59@discussions.microsoft.com> wrote in message
news:376BE6FE-92B8-4007-92F9-766FB6451D2D@microsoft.com...[vbcol=seagreen]
> Thanks. How do I find this GUID in the template.
>
> "Stefan [MSFT]" wrote:
>
|
|
|
|
|