Home > @tridion-sites/open-api-client > ItemsService > convertWebDavUrl
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>;
Parameter | Type | Description |
---|---|---|
{ webDavUrl, contextRepositoryUri, version, } | { webDavUrl: string; contextRepositoryUri?: string; version?: number; } |
Returns:
CancelablePromise<string>
string The request was successful.
ApiError