TaxonomyInternalService.CreateTaxonomyItem 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 CreateTaxonomyItem ( _
sspId As Guid, _
lcid As Integer, _
parentType As Integer, _
parentId As Guid, _
termsetId As Guid, _
newName As String, _
webId As Guid, _
listId As Guid _
) As TSMTReturnObject
'Usage
Dim instance As TaxonomyInternalService
Dim sspId As Guid
Dim lcid As Integer
Dim parentType As Integer
Dim parentId As Guid
Dim termsetId As Guid
Dim newName As String
Dim webId As Guid
Dim listId As Guid
Dim returnValue As TSMTReturnObject
returnValue = instance.CreateTaxonomyItem(sspId, _
lcid, parentType, parentId, termsetId, _
newName, webId, listId)
[WebMethodAttribute]
public TSMTReturnObject CreateTaxonomyItem(
Guid sspId,
int lcid,
int parentType,
Guid parentId,
Guid termsetId,
string newName,
Guid webId,
Guid listId
)
Parameters
- sspId
Type: System.Guid
- lcid
Type: System.Int32
- parentType
Type: System.Int32
- parentId
Type: System.Guid
- termsetId
Type: System.Guid
- newName
Type: System.String
- webId
Type: System.Guid
- listId
Type: System.Guid
Return Value
Type: Microsoft.SharePoint.Taxonomy.WebServices.TSMTReturnObject