IWMDMStorage2 Interface

banner art

The IWMDMStorage2 interface extends IWMDMStorage by making it possible to get a child storage by name, and to get and set extended attributes. IWMDMStorage3 interface extends this interface by supporting metadata.

In addition to the methods inherited from IWMDMStorage, the IWMDMStorage2 interface exposes the following methods.

Method Description
GetAttributes2 Retrieves extended attributes of the storage.
GetStorage Retrieves a child storage by name.
SetAttributes2 Sets extended attributes of the storage.

See Also