vtiIsPageInWeb

C++: BOOL vtiIsPageInWeb(LPCTSTR szURL);
VB: vtiIsPageInWeb(URL as String) as Integer

Description

This method checks to see if a document exists in the current web, with the given web-relative URL.

Return Value

The return value is true (non-zero) if the document is in the web, and false (zero) if not.

Parameters

URL is the web-relative path to the document being checked for existence.