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