SAWVSDK::getDeletedItemsInProject
Description
Retrieves the names of deleted items in a project.
Syntax
int getDeletedItemsInProject(
String strProject,
StringArray
strAryDeletedItem,
ByteArray byAryIsProject,
BaseDataObject bdobCanceled,
BaseDataObject bdostrError
);
Parameters
strProject
[in] Specifies the name of the project.
strDeletedItem
[out] Returns the name set of files or subprojects deleted
from the project.
byAryIsProject
[out] Returns whether the
deleted items are subprojects of the specified project.
bdobCanceled
[out] If the method fails, returns whether the operation is canceled.
bdostrError
[out] Returns the description of the result. If the operation succeeds, returns
'Completed'. If the operation fails, returns the error information.
Return Value
If the method succeeds, returns the value of ESAWV_SUCCESS. If the method fails, returns other error codes.