i am using Area web service in namespace Microsoft.SharePoint.Portal
namespace to create area by calling this webmethod,
CreateArea(Guid parentGuid, string areaTitle, string templateName).
Template name must be one of the supported template in the share point portal,
my constraint is i want such a template that will allow me to have built in
"document library" while creating new area.
Rite now i amjust able to create area with any of the supported template
that has many other listings other than document library.
My question is i want to create area with built in listing of "Document
LIbrary" only.
how is that possible ? do i need to create a template for it or can i use
the builtin templates of share point portal.