Click or drag to resize

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
)

Parameters

sourceLink
Type: SystemString
The given URL.

Return Value

Type: Int32
The paragraph ID. If paragraph ID can't be retrieved returns 0.
See Also