So I'm looking in the Sharepoint database, WSS_Content. There is a table named "alldocs", this table has a column named "metainfo".
The information within this column is stored in a binarystream format.
The content should be in a metadict format if I'm correct.
My question:
What is this "metainfo" column about? How can I read the information stored within.
I've tryed to cast it to a char but that didn't work.
The information within this column is stored in a binarystream format.
The content should be in a metadict format if I'm correct.
My question:
What is this "metainfo" column about? How can I read the information stored within.
I've tryed to cast it to a char but that didn't work.