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

exception NameClashResolveRequest
Base Hierarchy
NameClashResolveRequest
 ┗ ::com::sun::star::task::ClassifiedInteractionRequest
    ┗ ::com::sun::star::uno::Exception

Elements' Summary
TargetFolderURL contains the URL of the folder that contains the clashing resource.  
ClashingName contains the clashing name.  
ProposedNewName contains a proposal for a new new, non-clashing name.  
Elements' Details
TargetFolderURL
string TargetFolderURL;
Description
contains the URL of the folder that contains the clashing resource.
ClashingName
string ClashingName;
Description
contains the clashing name.
ProposedNewName
string ProposedNewName;
Description
contains a proposal for a new new, non-clashing name.

This field may be left empty if the implementation is not able to suggest a new name.

Top of Page