struct Link in module com::sun::star::ucb::

(Global Index)

Syntax

struct Link;

Description

defines a link.

See also

XCommandProcessor

Field Summary

Source contains the source URI of the link.

Destination contains the destination URI of the link.

Field Details



Source

Syntax

string Source;

Description

contains the source URI of the link.


Destination

Syntax

string Destination;

Description

contains the destination URI of the link.

Top of Page