TaxonomyInternalService.PreloadTermsForTermWithPaging - 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 PreloadTermsForTermWithPaging ( _
sspId As Guid, _
lcid As Integer, _
guid As Guid, _
termsetId As Guid, _
includeDeprecated As Boolean, _
pageLimit As Integer, _
webId As Guid, _
listId As Guid _
) As TSMTReturnObject
'Utilisation
Dim instance As TaxonomyInternalService
Dim sspId As Guid
Dim lcid As Integer
Dim guid As Guid
Dim termsetId As Guid
Dim includeDeprecated As Boolean
Dim pageLimit As Integer
Dim webId As Guid
Dim listId As Guid
Dim returnValue As TSMTReturnObject
returnValue = instance.PreloadTermsForTermWithPaging(sspId, _
lcid, guid, termsetId, includeDeprecated, _
pageLimit, webId, listId)
[WebMethodAttribute]
public TSMTReturnObject PreloadTermsForTermWithPaging(
Guid sspId,
int lcid,
Guid guid,
Guid termsetId,
bool includeDeprecated,
int pageLimit,
Guid webId,
Guid listId
)
Paramètres
- sspId
Type : System.Guid
- lcid
Type : System.Int32
- guid
Type : System.Guid
- termsetId
Type : System.Guid
- includeDeprecated
Type : System.Boolean
pageLimit
Type : System.Int32limite de page
- webId
Type : System.Guid
- listId
Type : System.Guid
Valeur renvoyée
Type : Microsoft.SharePoint.Taxonomy.WebServices.TSMTReturnObject
Voir aussi
Référence
TaxonomyInternalService classe