EditIxData.1 |
Scroll |
Displays the Thereforeā¢ Index Data dialog and lets the user edit values. If no category is assigned to the document, this function will first open the category selection dialog and then display the index data dialog for the selected category.
Namespace: Therefore.API
Visual Basic Public Overridable Function EditIxData ( _ pServer As TheServer, _ strDialogTitle As String, _ strOKButton As String _
) C# public virtual void EditIxData ( TheServer pServer, string strDialogTitle, string strOKButton
)
Parameters pServer A valid and connected TheServer object.
strDialogTitle The text to be displayed in the title of the EditIxData-dialog. If this parameter is left empty the title is āThereforeā¢ Archiveā.
strOKButton The caption displayed in the OK button. If empty āArchiveā is displayed.
Return Value True, if the user closed the dialog with OK button; False otherwise. |
|