PagesGetName Method

Returns the name of 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 GetName(
	int PageId,
	int TabId
)

Parameters

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

Return Value

Type: String
The name of the page.