Search Results for

    Show / Hide Table of Contents

    Interface IUrlData

    URL information for features

    Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IUrlData

    Properties

    | Improve this Doc View Source

    Content

    Gets or sets the real address of the URL. This can be a string FDO expression

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

    The content.

    | Improve this Doc View Source

    ContentOverride

    Gets or sets the override of URL content for a specific feature which can be a string FDO expression

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

    The content override.

    | Improve this Doc View Source

    Description

    Gets or sets the description of the URL. This can be a string FDO expression

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

    The description.

    | Improve this Doc View Source

    DescriptionOverride

    Gets or sets the override of URL description for a specific feature which can be a string FDO expression

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

    The description override.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng