vtiCreateFolder

C++: long vtiCreateFolder (LPCTSTR pszFolderUrl);
VB: vtiCreateFolder (FolderUrl as String) as Long

Description

This method creates a folder of the specified name.

Return Value

The return value is 1 is the call succeeds, and 0 if it fails.

Parameters

FolderURL is a string that specifies the web-relative URL of the folder to create. E.g. “myfolder”. The folder URL can specify only one level of folder which does not already exist in the web.