PagesBuildStandardLink Method

Returns the URL for a site page.

Namespace: BBNCExtensions.API.Pages
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract string BuildStandardLink(
	int PageId,
	int TabId = 0
)

Parameters

PageId
Type: SystemInt32
The ID of the page.
TabId (Optional)
Type: SystemInt32
The ID of the tab on the page (if applicable).

Return Value

Type: String
A valid URL for requesting the page.
Equivalent to API.Navigation.GetPageURL method.