Function reference
Make the information needed to create a target site if it does not already exist.
This is used by the FileTransport component when called from DataTransport/For-Each-Row.*
SharePointSiteTempalte(TemplateID, SiteTitle, SiteDescription)
Argument | Description |
TemplateID | The ID for the Site template for example STS#0 for a Team Site. An uploaded WSP package can also be used. |
SiteTitle | The Title for the new site. If argument is empty then the Title in the template is used |
SiteDescription | The Description for the new site. If argument is empty then the Description in the template is used |
Data type : string
Returns the information needed to create a target site if it does not already exist.*
This is used by the FileTransport component when called from DataTransport/For-Each-Row.*
Example 1
@SharePointSiteTempalte(‘STS#0’,‘My Title’,‘My Description’)
The above statement returns: STS#0|My Title¤My Description’)
Need more help with this?
DON'T HESITATE TO CONTACT US HERE ..