ISdoCollection::RemoveAll method (sdoias.h)

The RemoveAll method removes all the items from the collection.

Syntax

HRESULT RemoveAll();

Return value

If the method succeeds the return value is S_OK.

If the method fails, the return value is one of the following error codes.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Target Platform Windows
Header sdoias.h
DLL Iassdo.dll

See also

ISdoCollection

ISdoCollection::Add