Skip to main content

getSectionUrl()

function getSectionUrl(sectionId: string, name?: string): string;

Generate the URL for a given section.

Parameters

ParameterTypeDescription
sectionIdstringThe ID of the section.
name?stringThe name of the section.

Returns

string

The URL string for the section view.