Show / Hide Table of Contents

    Class DialogValuesParam

    Url parameter used for the SearchAndResultlistAndViewer integration specifying the values with which the dialog will be filled.

    Inheritance
    System.Object
    UrlParameter
    DialogValuesParam
    Inherited Members
    UrlParameter.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: DocuWare.WebIntegration
    Assembly: DocuWare.WebIntegration.dll
    Syntax
    public class DialogValuesParam : UrlParameter

    Properties

    DialogValues

    Declaration
    public string DialogValues { get; set; }
    Property Value
    Type Description
    System.String

    Id

    Returns "dv"

    Declaration
    public static string Id { get; }
    Property Value
    Type Description
    System.String

    Methods

    FormatValue()

    Get the value of the parameter as string.

    Declaration
    public override string FormatValue()
    Returns
    Type Description
    System.String
    Overrides
    UrlParameter.FormatValue()

    GetId()

    Returs the id of the parameter.

    Declaration
    public override string GetId()
    Returns
    Type Description
    System.String
    Overrides
    UrlParameter.GetId()

    ParseValue(String)

    Creates a new DialogValuesParam from a given value

    Declaration
    public static DialogValuesParam ParseValue(string dialogValuesParam)
    Parameters
    Type Name Description
    System.String dialogValuesParam
    Returns
    Type Description
    DialogValuesParam
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top