Class DescriptionFormField
A description form.
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class DescriptionFormField : BaseForm
Properties
DescriptionText
Text of the description. Consumer should replaces the format item or items in the specified string with the string representation of the corresponding LinkParameters as html links.
Declaration
public string DescriptionText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LinkParameters
List of link parameters.
Declaration
public List<LinkParameter> LinkParameters { get; set; }
Property Value
Type | Description |
---|---|
List<LinkParameter> |