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

(Global Index)

Syntax

interface XInteractionSupplyName : com::sun::star::task::XInteractionContinuation ;

Description

is an interaction continuation used to hand back a new name for something.

For example, this continuation can be selected when handling a NameClashResolveRequest in order to supply a new name for a clashing resource.

Method Summary

setName sets the name to supply. @parem Name contains the name to supply.

Method Details



setName

Syntax

void setName (
string Name );

Description

sets the name to supply. @parem Name contains the name to supply.

Top of Page