Re: Using the SharePoint 2003 OM, can the Created and Last Modified dates be overridden when a document is added to a doc library?
From: Bil Simser (bil_simser_at_cpr.ca)
Date: 02/13/04
- Next message: vikas: "Adding an Item to List"
- Previous message: Ramesh Babu: "SPS Integration - Javascript error"
- In reply to: Michael Herman \(Parallelspace\): "Using the SharePoint 2003 OM, can the Created and Last Modified dates be overridden when a document is added to a doc library?"
- Next in thread: Michael Herman \(Parallelspace\): "Re: Using the SharePoint 2003 OM, can the Created and Last Modified dates be overridden when a document is added to a doc library?"
- Reply: Michael Herman \(Parallelspace\): "Re: Using the SharePoint 2003 OM, can the Created and Last Modified dates be overridden when a document is added to a doc library?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 13 Feb 2004 04:22:23 -0700
"Michael Herman (Parallelspace)" <mwherman@parallelspace.net.no#$#spam>
wrote in message news:OkUDHOZ8DHA.2432@TK2MSFTNGP10.phx.gbl...
> Using the SharePoint 2003 OM, can the Created and Last Modified date
> properties for a document be overridden and set a specific value when the
> document is added to a doc library?
>
> If not, presumably the appropriate SQL content database table entries
could
> be directly updated (although not recommended)?
These seem to be properties that are either the internal SQL values or
columns in the database, but the OM doesn't have any access to these fields
except in a read-only manner. While you might be able to manipulate the SQL
data directly I would suggest you just don't as there are too many things
behind the scenes, now or in the future, where that might put you in a world
of hurt and potentially invalidate your entire system. Just because you can
fire up Enterprise Manager and poke around in the db, doesn't mean you
should. There had to be a way to store data somehow and that's the way MS
did it and there's a method to their madness to accessing things via the OM.
-- Bil Simser Development Evangelist Canadian Pacific Railway (403) 319-7987
- Next message: vikas: "Adding an Item to List"
- Previous message: Ramesh Babu: "SPS Integration - Javascript error"
- In reply to: Michael Herman \(Parallelspace\): "Using the SharePoint 2003 OM, can the Created and Last Modified dates be overridden when a document is added to a doc library?"
- Next in thread: Michael Herman \(Parallelspace\): "Re: Using the SharePoint 2003 OM, can the Created and Last Modified dates be overridden when a document is added to a doc library?"
- Reply: Michael Herman \(Parallelspace\): "Re: Using the SharePoint 2003 OM, can the Created and Last Modified dates be overridden when a document is added to a doc library?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|