:: com :: sun :: star :: sdb ::

unpublished interface XInteractionDocumentSave
Base Interfaces
XInteractionDocumentSave
┗ ::com::sun::star::task::XInteractionContinuation

::com::sun::star::task::XInteractionContinuation
(referenced interface's summary:)
Specifies a way of how to continue from an ::com::sun::star::task::XInteractionRequest.
Usage Restrictions
not published
Description
An interaction continuation handing back a document name.

This continuation is typically used in conjunction with a DocumentSaveRequest.

Since
OOo 2.0

Methods' Summary
setName set the document name chosen by the interaction handler  
Methods' Details
setName
void
setName( [in] string  Name,
[in] ::com::sun::star::ucb::XContent  Content );

Description
set the document name chosen by the interaction handler
Parameter Name
the name of the document
Parameter Content
the content where the document should store itself
Top of Page