PublishingPage.GetVariation method
SharePoint 2013
Get the peer VariationPublishingPage object that belongs to this PublishingPage object for the specified Label.
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Parameters
- varlabel
- Type: Microsoft.SharePoint.Publishing.VariationLabel
The Variation Label to use to search for the Variation peer page of the current PublishingPage.
Return value
Type: Microsoft.SharePoint.Publishing.PublishingPageA PublishingPage object that is a Variation peer of the current PublishingPage in the requested Label.
The SPWeb of the PublishingPage that is returned must be closed.
The caller should call the Close method on the returned object when it is no longer needed. Doing this frees the resources allocated for the PublishingWeb object.