Interface IWebPageUrlPathDataRetriever
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
intWeb page item identifier.
languageName
stringLanguage codename.
cancellationToken
CancellationTokenCancellation instruction.
Returns
- Task<WebPageUrlPathData>
Remarks
The web page must be in the draft status to retrieve the editable web page URL data.