TaxonomyInternalService.DeprecateTerm 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 DeprecateTerm ( _
sspId As Guid, _
termId As Guid, _
toDeprecate As Boolean, _
webId As Guid, _
listId As Guid, _
lcid As Integer _
) As TSMTReturnObject
'Usage
Dim instance As TaxonomyInternalService
Dim sspId As Guid
Dim termId As Guid
Dim toDeprecate As Boolean
Dim webId As Guid
Dim listId As Guid
Dim lcid As Integer
Dim returnValue As TSMTReturnObject
returnValue = instance.DeprecateTerm(sspId, _
termId, toDeprecate, webId, listId, _
lcid)
[WebMethodAttribute]
public TSMTReturnObject DeprecateTerm(
Guid sspId,
Guid termId,
bool toDeprecate,
Guid webId,
Guid listId,
int lcid
)
Parameters
- sspId
Type: System.Guid
- termId
Type: System.Guid
- toDeprecate
Type: System.Boolean
- webId
Type: System.Guid
- listId
Type: System.Guid
- lcid
Type: System.Int32
Return Value
Type: Microsoft.SharePoint.Taxonomy.WebServices.TSMTReturnObject