Table of Contents

Interface IWebPageUrlPathDataRetriever

Namespace
CMS.Websites.Routing
Assembly
CMS.Websites.dll

Interface for retrieving web page URL path data.

public interface IWebPageUrlPathDataRetriever
Extension Methods

Methods

GetDraftData(int, string, CancellationToken)

Gets web page URL path data for the specified web page item and language.

Task<WebPageUrlPathData> GetDraftData(int webPageItemId, string languageName, CancellationToken cancellationToken)

Parameters

webPageItemId int

Web page item identifier.

languageName string

Language codename.

cancellationToken CancellationToken

Cancellation instruction.

Returns

Task<WebPageUrlPathData>

Remarks

The web page must be in the draft status to retrieve the editable web page URL data.