tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > ItemsService > convertWebDavUrl

ItemsService.convertWebDavUrl() method

Constructs an item URI from a WebDav URL, plus optionally, a Context Repository URI and version number.

Signature:

static convertWebDavUrl({ webDavUrl, contextRepositoryUri, version, }: {
        webDavUrl: string;
        contextRepositoryUri?: string;
        version?: number;
    }): CancelablePromise<string>;

Parameters

Parameter Type Description
{ webDavUrl, contextRepositoryUri, version, } { webDavUrl: string; contextRepositoryUri?: string; version?: number; }  

Returns:

CancelablePromise<string>

string The request was successful.

Exceptions

ApiError