IFsrmMutableCollection::Remove method (fsrm.h)

Removes the specified object from the collection using an index value.

Syntax

HRESULT Remove(
  [in] long index
);

Parameters

[in] index

One-based index of the item to remove from the collection.

Return value

The method returns the following return values.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows ServerĀ 2008
Target Platform Windows
Header fsrm.h (include FsrmQuota.h, FsrmReports.h, FsrmScreen.h)
DLL SrmSvc.dll

See also

IFsrmMutableCollection