Interface IApplicationDefinitionContainerInfo
Describes a fusion container
Namespace: OSGeo.MapGuide.ObjectModels.ApplicationDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IApplicationDefinitionContainerInfo
Properties
| Improve this Doc View SourceDescription
Gets the description of this container
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
LocalizedType
Gets the localized type of container
Declaration
string LocalizedType { get; }
Property Value
Type | Description |
---|---|
System.String |
PreviewImageUrl
Gets the preview image url of this container
Declaration
string PreviewImageUrl { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets the type of container
Declaration
string Type { get; }
Property Value
Type | Description |
---|---|
System.String |