Search Results for

    Show / Hide Table of Contents

    Interface IFusionService

    Provides services for the construction of Fusion web applications

    Namespace: OSGeo.MapGuide.MaestroAPI.Services
    Assembly: OSGeo.MapGuide.MaestroAPI.dll
    Syntax
    public interface IFusionService : IService
    Examples

    This example shows how to obtain a fusion service instance. Note that you should check if this service type is supported through its capabilities.

    IServerConnection conn;
    ...
    IFusionService fusionSvc = (IFusionService)conn.GetService((int)ServiceType.Fusion);

    Methods

    | Improve this Doc View Source

    GetApplicationContainers()

    Returns the avalible widget containers on the server

    Declaration
    IApplicationDefinitionContainerInfoSet GetApplicationContainers()
    Returns
    Type Description
    IApplicationDefinitionContainerInfoSet

    The avalible widget containers on the server

    | Improve this Doc View Source

    GetApplicationTemplates()

    Gets the application templates.

    Declaration
    IApplicationDefinitionTemplateInfoSet GetApplicationTemplates()
    Returns
    Type Description
    IApplicationDefinitionTemplateInfoSet
    | Improve this Doc View Source

    GetApplicationWidgets()

    Returns the avalible application widgets on the server

    Declaration
    IApplicationDefinitionWidgetInfoSet GetApplicationWidgets()
    Returns
    Type Description
    IApplicationDefinitionWidgetInfoSet

    The avalible application widgets on the server

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