|
Home > Archive > Microsoft Content Management Server > August 2005 > WBCMODE
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]
|
|
|
| Is there an API call in CMS that will let me get the WBCMODE value? Checking
for Request["WBCMODE"] == "AuthoringReedit" is the only reliable way that I
have found to determine if you editing a posting. Is there a CMS API call
that will give me the same information?
Thanks,
| |
| Stefan [MSFT] 2005-08-26, 5:56 pm |
| Hi Mike,
yes. Check WebAuthorContextMode.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"Mike" <Mike@discussions.microsoft.com> wrote in message
news:8DFB3C78-B2A7-4D81-8D20-71FD2F4CB6EF@microsoft.com...
> Is there an API call in CMS that will let me get the WBCMODE value?
> Checking
> for Request["WBCMODE"] == "AuthoringReedit" is the only reliable way that
> I
> have found to determine if you editing a posting. Is there a CMS API call
> that will give me the same information?
>
> Thanks,
| |
|
| That's exactly what I needed. Thanks!
"Stefan [MSFT]" wrote:
> Hi Mike,
>
> yes. Check WebAuthorContextMode.
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
> New to MCMS?
> Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
> ----------------------
>
>
> "Mike" <Mike@discussions.microsoft.com> wrote in message
> news:8DFB3C78-B2A7-4D81-8D20-71FD2F4CB6EF@microsoft.com...
>
>
>
|
|
|
|
|