Class DialogPropertiesResultList
Dialog properties specific for Result List
Inherited Members
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class DialogPropertiesResultList : DialogProperties
Constructors
DialogPropertiesResultList()
Creates a new instance of this class
Declaration
public DialogPropertiesResultList()
Properties
DefaultListTextLetterCase
Letter case to be used to display the hits in the result list
Declaration
public LetterCase DefaultListTextLetterCase { get; set; }
Property Value
Type | Description |
---|---|
LetterCase |
DisplayFirstDocument
Determines whether the web client automatically displays the first document in the result list in the viewer.
Declaration
public bool DisplayFirstDocument { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Functions
Functions available for the result list (Print document, Display document, etc.)
Declaration
public List<ResultDialogFunction> Functions { get; set; }
Property Value
Type | Description |
---|---|
List<ResultDialogFunction> |
ShowCheckedOutDocumens
Determines whether the result list can show documents that are currently checked out.
Declaration
public bool ShowCheckedOutDocumens { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SortOrder
Sort order for the result list.
Declaration
public List<SortedField> SortOrder { get; set; }
Property Value
Type | Description |
---|---|
List<SortedField> |
ViewerDialog
Viewer properties
Declaration
public ViewerDialog ViewerDialog { get; set; }
Property Value
Type | Description |
---|---|
ViewerDialog |