vtiWorkedOnTaskByUrl

C++: BOOL vtiWorkedOnTaskByUrl(LPCTSTR url, LPCTSTR cookie);
VB: vtiWorkedOnTaskByUrl(URL as String, Cookie as String) as Integer

Description

This method adds a notation that the current user has worked on (but not completed) the task specified by the given URL and cookie.

Return Value

The return value is true (non-zero) for success, and false (zero) for failure.

Parameters

URL is the web-relative path to a document in the current web.

Cookie is an optional specifier for a part of the document (such as a bookmark in an HTML file), or some application-specific identifier.