| CommonGetPageID Method |
Retrieves page ID from the given URL.
Namespace:
Dynamicweb.News.Frontend
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public static int GetPageID(
string sourceLink
)
Public Shared Function GetPageID (
sourceLink As String
) As Integer
Parameters
- sourceLink
- Type: SystemString
URL to parse.
Return Value
Type:
Int32See Also