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

struct InsertCommandArgument2
Base Hierarchy
InsertCommandArgument2InsertCommandArgument

Elements' Summary
MimeType contains the MIME type of the document to insert  
DocumentId contains the Document Id of the document to insert  
Elements' Details
MimeType
string MimeType;
Description
contains the MIME type of the document to insert
DocumentId
string DocumentId;
Description
contains the Document Id of the document to insert
Top of Page