|
Home > Archive > Microsoft Content Management Server > October 2006 > Finding the 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,
see my parallel response.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
"Kim59" <Kim59@discussions.microsoft.com> wrote in message
news:5D14279D-9B5A-4C84-8016-631ACE118F73@microsoft.com...
>I am trying to find the guid for one of my aspx pages. Does anyone know how
> to do this painlessly. Thanks.
| |
| Shady Khorshed 2006-10-23, 7:15 am |
| Hi Kim
i think you mean guid for your posts not aspx files so if you mean posts yes
you can get the post guid simply like that
string StrGuid="";
foreach(Posting ToPost in ChildChannel)
{
StrGuid= ToPost.Guid;
}
"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:u3aJUNj8GHA.4776@TK2MSFTNGP02.phx.gbl...
> Hi Kim,
>
> see my parallel response.
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
>
> "Kim59" <Kim59@discussions.microsoft.com> wrote in message
> news:5D14279D-9B5A-4C84-8016-631ACE118F73@microsoft.com...
how[vbcol=seagreen]
>
>
|
|
|
|
|