Show / Hide Table of Contents

    Class DescriptionFormField

    A description form.

    Inheritance
    System.Object
    BaseForm
    DescriptionFormField
    Inherited Members
    BaseForm.FormFieldType
    BaseForm.Label
    BaseForm.Id
    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>
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top