TaxonomyInternalService.CreateSiteCollectionTermSet Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Taxonomy.WebServices
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function CreateSiteCollectionTermSet ( _
webId As Guid, _
listId As Guid, _
newName As String, _
lcid As Integer _
) As TSMTReturnObject
'Usage
Dim instance As TaxonomyInternalService
Dim webId As Guid
Dim listId As Guid
Dim newName As String
Dim lcid As Integer
Dim returnValue As TSMTReturnObject
returnValue = instance.CreateSiteCollectionTermSet(webId, _
listId, newName, lcid)
[WebMethodAttribute]
public TSMTReturnObject CreateSiteCollectionTermSet(
Guid webId,
Guid listId,
string newName,
int lcid
)
Parameters
- webId
Type: System.Guid
- listId
Type: System.Guid
- newName
Type: System.String
- lcid
Type: System.Int32
Return Value
Type: Microsoft.SharePoint.Taxonomy.WebServices.TSMTReturnObject