Dynamicweb 8 Documentation
GetFriendlyUrl(Int32) Method

ID of page
Used for getting a searchfriendly version of a Dynamicweb url with just the PageID
Syntax
'Declaration
 
Public Overloads Shared Function GetFriendlyUrl( _ 
   ByVal pageID As Integer _ 
) As String
public static string GetFriendlyUrl( 
   int pageID 
)

Parameters

pageID
ID of page

Return Value

The searchfriendly url to the specified PageID, i.e: /Products/Product1.aspx
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SearchEngineFriendlyURLs Class
SearchEngineFriendlyURLs Members
Overload List

Send Feedback