Class SiteVersions
Helper class containing known MapGuide Site Versions
Inheritance
System.Object
SiteVersions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OSGeo.MapGuide.MaestroAPI
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public static class SiteVersions
Properties
| Improve this Doc View SourceSiteVersionNumbers
The list of known site version numbers
Declaration
public static Version[] SiteVersionNumbers { get; }
Property Value
Type | Description |
---|---|
System.Version[] |
Methods
| Improve this Doc View SourceGetVersion(KnownSiteVersions)
Gets the specified version by the known site version identifier
Declaration
public static Version GetVersion(KnownSiteVersions index)
Parameters
Type | Name | Description |
---|---|---|
KnownSiteVersions | index |
Returns
Type | Description |
---|---|
System.Version |