Show / Hide Table of Contents

    Class UserCredentialsParam

    Inheritance
    System.Object
    UrlParameter
    EncodedUrlParameter
    UserCredentialsParam
    Inherited Members
    EncodedUrlParameter.ParseEncoded(String, String)
    EncodedUrlParameter.DecodeValue(String)
    EncodedUrlParameter.EncodeFormattedValue(String)
    EncodedUrlParameter.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 UserCredentialsParam : EncodedUrlParameter

    Constructors

    UserCredentialsParam(UserCredentials)

    Declaration
    public UserCredentialsParam(UserCredentials credentials)
    Parameters
    Type Name Description
    UserCredentials credentials

    Properties

    Id

    Returns "lc"

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

    UserCredentials

    Declaration
    public UserCredentials UserCredentials { get; set; }
    Property Value
    Type Description
    UserCredentials

    Methods

    FormatValue()

    Returns "User=" + this.UserName + "\nPwd=" + this.Password

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

    GetId()

    Returns the static UserCredentialsParam.Id property.

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

    ParseValue(String)

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