Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Content Approval enabled by default in WSS v 2.0 Document Library

  Asked By: Travon Knowles         Date: Dec 13, 2006      Category: Sharepoint      Views: 291
 

I would like to have "Content Approval" enabled when creating a new
Team Site in WSS v 2.0.

On the Document Library, is there any way to set this property to
true by default, like you can with versioning?

I haven't found any support on this in CAML / Onet.xml.

I can do this through the API, but there should be an easier way?

Maybe a Document Library can be created using a Document Library
Template (.stp) on site creation?

Tagged:                  

 

3 Answers Found

 
Answer #1       Answered By: Kalyan Pujari          Answered On: Dec 13, 2006       

What is CAML ????????????????????????

 
Answer #2       Answered By: Christop Mcfadden          Answered On: Dec 13, 2006       

CAML is Microsoft's Collaborative Application Markup Language. It should
have been called SharePoint XML.

It is used to define sites and lists and can be used to query the
SharePoint content  database.

As far as setting the "Content Approval" to true on list creation, I
haven't ever tried. Perhaps setting the PrivateList attribute of the
List element? Unfortunately, I'm under the gun so I can't begin any
experimentation right now.

It can certainly be done via the Object Model.

 
Answer #3       Answered By: Gopal Jamakhandi          Answered On: Dec 13, 2006       

I will look into that PrivateList
attribute and if that doesn't do it then it will have to be a Object
Model thing. I am planning to attend the training in Atlanta come
October......hope to see you!

 


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].