Share via


NavigationTermSetItem.GetValidatedPageUrl method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Publishing.Navigation
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Protected Shared Function GetValidatedPageUrl ( _
    value As String, _
    propertyName As String _
) As String
'Usage
Dim value As String
Dim propertyName As String
Dim returnValue As String

returnValue = NavigationTermSetItem.GetValidatedPageUrl(value, _
    propertyName)
protected static string GetValidatedPageUrl(
    string value,
    string propertyName
)

Parameters

Return value

Type: System.String

See also

Reference

NavigationTermSetItem class

NavigationTermSetItem members

Microsoft.SharePoint.Publishing.Navigation namespace