Partager via


TaxonomyInternalService.ExpandToNodeByPath - Méthode

Ce membre est réservé à une utilisation interne et n’est pas destiné à être utilisé directement à partir de votre code.

Espace de noms :  Microsoft.SharePoint.Taxonomy.WebServices
Assembly :  Microsoft.SharePoint.Taxonomy (dans Microsoft.SharePoint.Taxonomy.dll)

Syntaxe

'Déclaration
<WebMethodAttribute> _
Public Function ExpandToNodeByPath ( _
    sspId As Guid, _
    lcid As Integer, _
    parentType As Integer, _
    termSetId As Guid, _
    childPathFromParent As String, _
    pageLimit As Integer, _
    includeDeprecated As Boolean, _
    includeNoneTaggableTermset As Boolean, _
    webId As Guid, _
    listId As Guid, _
    includeSystemGroup As Boolean _
) As TSMTReturnObject
'Utilisation
Dim instance As TaxonomyInternalService
Dim sspId As Guid
Dim lcid As Integer
Dim parentType As Integer
Dim termSetId As Guid
Dim childPathFromParent As String
Dim pageLimit As Integer
Dim includeDeprecated As Boolean
Dim includeNoneTaggableTermset As Boolean
Dim webId As Guid
Dim listId As Guid
Dim includeSystemGroup As Boolean
Dim returnValue As TSMTReturnObject

returnValue = instance.ExpandToNodeByPath(sspId, _
    lcid, parentType, termSetId, childPathFromParent, _
    pageLimit, includeDeprecated, includeNoneTaggableTermset, _
    webId, listId, includeSystemGroup)
[WebMethodAttribute]
public TSMTReturnObject ExpandToNodeByPath(
    Guid sspId,
    int lcid,
    int parentType,
    Guid termSetId,
    string childPathFromParent,
    int pageLimit,
    bool includeDeprecated,
    bool includeNoneTaggableTermset,
    Guid webId,
    Guid listId,
    bool includeSystemGroup
)

Paramètres

Valeur renvoyée

Type : Microsoft.SharePoint.Taxonomy.WebServices.TSMTReturnObject

Voir aussi

Référence

TaxonomyInternalService classe

TaxonomyInternalService - Membres

Microsoft.SharePoint.Taxonomy.WebServices - Espace de noms