10-11-04 07:47 AM
Hi Bill,
1) yes
2) commit means that the change is written back to the database. First every
change is done in memory (modifying properties, approving, deleting, moving,
copying. Commit saves the change back to the database to make it persistant.
3) the GUID of a MCMS object never changes.
4) see 3
5) see 3
6) GUID = global unique identifier. This means nowhere in the world should
two generated GUIDs be identical. This means never a new generated GUID can
be identical to a previous generated one.
7) this is not MCMS this is the behaviour of GUIDs in general.
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
MCMS FAQ:
http://download.microsoft.com/downl...>
MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...nagement+Server
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------
"bill tie" <billtie@discussions.microsoft.com> wrote in message
news:16F133A8-63DB-4764-89DD-995018AA083D@microsoft.com...
>
> MCMS documentation is not clear on the following:
>
> 1. A GUID always has opening and closing braces.
>
> 2. From an author's point of view, "committed" means "saved", "approved"
or
> "deleted".
>
> 3. The GUID of a posting does not change if the posting is moved to
another
> channel.
>
> 4. The GUID does not change if the posting is re-edited, re-saved and
> re-approved.
>
> 5. The GUID of a posting is immutable throughout the lifetime of the
posting.
>
> 6. The GUID of a deleted posting is expunged from the internal MCMS track
> list of GUIDs.
>
> 7. MCMS will not generate again the same GUID as a deleted posting had.
>
[ Post a follow-up to this message ]
|