| CommonGetParagraphID Method |
Retrieves paragraph ID from the page URL.
Namespace:
Dynamicweb.News.Frontend
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public static int GetParagraphID(
string sourceLink
)
Public Shared Function GetParagraphID (
sourceLink As String
) As Integer
Parameters
- sourceLink
- Type: SystemString
The given URL.
Return Value
Type:
Int32The paragraph ID. If paragraph ID can't be retrieved returns 0.
See Also