Search Results for

    Show / Hide Table of Contents

    Class StringConstants

    Commonly used string constants for MapGuide

    Inheritance
    System.Object
    StringConstants
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: OSGeo.MapGuide.MaestroAPI
    Assembly: OSGeo.MapGuide.MaestroAPI.dll
    Syntax
    public static class StringConstants

    Fields

    | Improve this Doc View Source

    MgDataFilePath

    The placeholder token that resolves to the path containing resource data

    Declaration
    public const string MgDataFilePath = "%MG_DATA_FILE_PATH%"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    MgPasswordPlaceholder

    The password login placeholder token

    Declaration
    public const string MgPasswordPlaceholder = "%MG_PASSWORD%"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    MgUserCredentialsResourceData

    The name of the resource data item containing the secured Feature Source credentials

    Declaration
    public const string MgUserCredentialsResourceData = "MG_USER_CREDENTIALS"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    MgUsernamePlaceholder

    The username login placeholder token

    Declaration
    public const string MgUsernamePlaceholder = "%MG_USERNAME%"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    RootIdentifier

    The root resource identifier

    Declaration
    public const string RootIdentifier = "Library://"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    Thumbnail

    A thumbnail dwf resource role

    Declaration
    public const string Thumbnail = "Thumbnail"
    Field Value
    Type Description
    System.String

    Properties

    | Improve this Doc View Source

    AllFilesFilter

    The file picker filter for all files

    Declaration
    public static string AllFilesFilter { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng