Quantcast
Channel: SharePoint 2013 - Development and Programming forum
Viewing all articles
Browse latest Browse all 7589

Add datetime property to "MetaInfo" field using SharePoint 2013 CSOM

$
0
0

When uploading a file along with metadata using SharePoint FP RPC (using the "method= put document") it allows me to properly add datetime properties. My metainfo looks like this:

"MetaInfo":"...MyCustomDate:TW|05 Jan 2015 12:58:31 -0000\r\n..."

Then later on, when I try to update "MyCustomDate" property from the "MetaInfo" field using CSOM, it fails while updating it. (In this case I am using CSOM because I am updating some more fields and I want to avoid extra round-trips)

After that update my metainfo looks like this:

"MetaInfo":"...MyCustomDate:FX|0x01d028e7|0x4d1c4880\r\n..."

Does anyone know why?, is there any workaround?

Thanks



Viewing all articles
Browse latest Browse all 7589

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>