Interface IApplicationDefinitionTemplateInfo
Describes a fusion template
Namespace: OSGeo.MapGuide.ObjectModels.ApplicationDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IApplicationDefinitionTemplateInfo
Properties
| Improve this Doc View SourceDescription
Gets the template description
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
LocationUrl
Gets the url location of this template
Declaration
string LocationUrl { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets the name of this template
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Panels
Gets the panels applicable for this template
Declaration
IEnumerable<IApplicationDefinitionPanel> Panels { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IApplicationDefinitionPanel> |
PreviewImageUrl
Gets the preview image url of this template
Declaration
string PreviewImageUrl { get; }
Property Value
Type | Description |
---|---|
System.String |