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