SharePoint Integrator V4 - Online Help
SharePoint Integrator V4
Questions / Feedback?

SiteWebTemplate Property

The template to use for site creation.

Syntax

int GetSiteWebTemplate();

int SetSiteWebTemplate(int iSiteWebTemplate);

Possible Values

  WT_TEAM_SITE(0), 
  WT_BLANK_SITE(1), 
  WT_DOCUMENT_WORKSPACE(2), 
  WT_BASIC_MEETING_WORKSPACE(3), 
  WT_BLANK_MEETING_WORKSPACE(4), 
  WT_DECISION_MEETING_WORKSPACE(5), 
  WT_SOCIAL_MEETING_WORKSPACE(6), 
  WT_MULTIPAGE_MEETING_WORKSPACE(7), 
  WT_BLOG_SITE(8), 
  WT_WIKI_SITE(9), 
  WT_BASIC_GROUP_WORK_SITE(10), 
  WT_BLANK_GROUP_WORK_SITE(11), 
  WT_CUSTOM_SITE(12)

Default Value

0

Remarks

The template to use for site creation. Set this to the template which will be used when creating a new site. If CustomSite is specified, the custom site template must be set using the CustomWebTemplate configuration.

Possible values are:

0 (wtTeamSite)Team Site
1 (wtBlankSite)Blank Site
2 (wtDocumentWorkspace)Document Workspace
3 (wtBasicMeetingWorkspace)Basic Meeting Workspace
4 (wtBlankMeetingWorkspace)Blank Meeting Workspace
5 (wtDecisionMeetingWorkspace)Decision Meeting Workspace
6 (wtSocialMeetingWorkspace)Social Meeting Workspace
7 (wtMultipageMeetingWorkspace)Multipage Meeting Workspace
8 (wtBlogSite)Blog Site
9 (wtWikiSite)Wiki Site
10 (wtBasicGroupWorkSite)Basic Group Work Site
11 (wtBlankGroupWorkSite)Blank Group Work Site
12 (wtCustomSite)Custom Site

This property is not available at design time.

Data Type

Integer

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 4.0.6240.0