Click or drag to resize
DialogFieldPrefillValue Property
The default value of the field(s). If DynamicPrefillValue is not empty this property should be ignored.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[XmlElementAttribute("PrefillValue")]
public List<DocumentIndexFieldValue> PrefillValue { get; set; }

Property Value

Type: ListDocumentIndexFieldValue
See Also