Show / Hide Table of Contents

    Class ViewerWindowParam

    Inheritance
    System.Object
    UrlParameter
    ViewerWindowParam
    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 ViewerWindowParam : UrlParameter

    Constructors

    ViewerWindowParam(String)

    Declaration
    public ViewerWindowParam(string windowName)
    Parameters
    Type Name Description
    System.String windowName

    Properties

    Id

    Returns "tw"

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

    WindowName

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

    Methods

    FormatValue()

    Returns this.WindowName

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

    GetId()

    Returns the static ViewerWindowParam.Id property.

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

    ParseValue(String)

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