Windows SharePoint Services 3.0 provides a versioning capability that
prevents documents from being overwritten by creating a version of the
file each time a change is made to either the file or the metadata.
However, there may be specific situations, such as archival or
records-management scenarios, in which you want to let users modify
metadata but not modify the file contents; that is, there is always only
one version of the file. This Microsoft Office Visual How To shows how
you can enable this in specific scenarios by using event handlers and
handling short-term and long-term check-outs.
Showing posts with label prevent file modification in sharepoint. Show all posts
Showing posts with label prevent file modification in sharepoint. Show all posts
Friday, November 18, 2011
Subscribe to:
Posts (Atom)
Featured Posts
Kali Linux Remote Desktop: Access GNOME from Windows Using Native RDP
Kali Linux + GNOME 50 + GNOME Remote Desktop + Windows Remote Desktop (MSTSC) Getting a full GNOME desktop remotely on Kali Linux can be ...
-
public struct CoOrds { public int x, y; public CoOrds( int p1, int p2) { x = p1; y = p2; } }
-
LM Studio Overview LM Studio is a desktop application designed for developing and experimenting with large language models (LLMs)...