PublishingPage.GetPublishingPage - Méthode
Obtient une instance d'objet PublishingPage qui enveloppe l'objet donné ListItem .
Espace de noms : Microsoft.SharePoint.Client.Publishing
Assemblys : Microsoft.SharePoint.Client.Publishing.Silverlight (dans Microsoft.SharePoint.Client.Publishing.Silverlight.dll); Microsoft.SharePoint.Client.Publishing.Phone (dans Microsoft.SharePoint.Client.Publishing.Phone.dll) Microsoft.SharePoint.Client.Publishing (dans Microsoft.SharePoint.Client.Publishing.dll)
Syntaxe
'Déclaration
Public Shared Function GetPublishingPage ( _
context As ClientRuntimeContext, _
sourceListItem As ListItem _
) As PublishingPage
'Utilisation
Dim context As ClientRuntimeContext
Dim sourceListItem As ListItem
Dim returnValue As PublishingPage
returnValue = PublishingPage.GetPublishingPage(context, _
sourceListItem)
public static PublishingPage GetPublishingPage(
ClientRuntimeContext context,
ListItem sourceListItem
)
Paramètres
- context
Type : Microsoft.SharePoint.Client.ClientRuntimeContext
sourceListItem
Type : Microsoft.SharePoint.Client.ListItemUn objet SPListItem pour lequel récupérer un emballage PublishingPage .
Valeur renvoyée
Type : Microsoft.SharePoint.Client.Publishing.PublishingPage
Une instance de PublishingPage qui inclut la donnée SPListItem.
Remarques
Il s'agit d'une méthode statique. Utilisez-le pour obtenir une instance d'objet PublishingPage à la ligne un ListItem que vous avez déjà extrait. Vous pouvez également utiliser la méthode PublishingWeb.GetPublishingPages pour obtenir une instance de PublishingPage .
La sourceListItem doit être une instance non null ListItem .