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 SourceContent
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. |
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. |
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. |
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. |