Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Site Definitions and Site Groups

  Asked By: Travon Knowles         Date: Apr 05, 2006      Category: Sharepoint      Views: 328
 

Does anyone know how to add custom "Site Groups" and "Cross Site Groups" to
a Site Definition?

Or is this not possible?

Tagged:        

 

2 Answers Found

 
Answer #1       Answered By: Sharonda Mcfarland          Answered On: Apr 05, 2006       

Does anyone know how to add  custom "Site Groups" and "Cross Site Groups" to
a Site Definition?

Or is this not possible?

 
Answer #2       Answered By: Harshini Raju          Answered On: Apr 05, 2006       

In a word: ExecuteUrl

This cannot be done declaratively via a site  Definition or within a
custom site template. However, if you use the ExecuteUrl element in the
Configuration in your Site Definition, you can identify an ASPX page
that will run SharePoint Object Model code each time a new Web is
provisioned. So, you can programmatically create any custom  Site Groups
or Cross Site Groups you want whenever a Web is created.

 
Didn't find what you were looking for? Find more on Site Definitions and Site Groups Or get search suggestion and latest updates.


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