interface XPropertySetRegistryFactory in module com::sun::star::ucb::

(Global Index)

Syntax

interface XPropertySetRegistryFactory : com::sun::star::uno::XInterface ;

Description

A factory for propertyset registries.

Method Summary

createPropertySetRegistry creates a propertyset registry.

Known Services Which Export this Interface

com::sun::star::ucb::Store

Method Details



createPropertySetRegistry

Syntax

com::sun::star::ucb::XPropertySetRegistry createPropertySetRegistry (
string URL );

Description

creates a propertyset registry.

Parameter URL

The identifier of the registry to create ( e.g. file-URL ). The value can be an empty string.

Returns

The registry.
Top of Page