EditIxData.3 |
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 or case definition selection dialog and then display the index data dialog for the selected category or case definition.
Namespace: Therefore.API
Visual Basic Public Overridable Function EditIxData ( _ pServer As TheServer, _ strDialogTitle As String, _ strOKButton As String, _ eType As TheObjectType _
) C# public virtual void EditIxData ( TheServer pServer, string strDialogTitle, string strOKButton, TheObjectType eType )
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.
eType Determines if the category selection or case definition dialog is shown when necessary. The valid enumeration values for this parameter are CategoryObject and CaseDefinition.
Return Value True, if the user closed the dialog with OK button; False otherwise. |
|