Meaning of column isOriginal in CollectionVersionBlocks

Permalink
Hello!

I stumbled upon field isOriginal in table ColectionVersionBlocks.
I am not quite sure, what is the meaning of this field. I need to modify column cbDisplayOrder , but i am not sure how to handle cases with
isOriginal==0
.
Can anyone give me a hint?

Thanks!

 
mbone99 replied on at Permalink Reply
It's used when you copy a block to a scrapbook.

The block stored in the scrapbook will be isOriginal=1, while any block pasted from the original block in the scrapbook will keep the same blockID, but its isOriginal=0.

Hope that helps -

mb