Class StringConstants
Commonly used string constants for MapGuide
Inheritance
System.Object
StringConstants
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 StringConstants
Fields
| Improve this Doc View SourceMgDataFilePath
The placeholder token that resolves to the path containing resource data
Declaration
public const string MgDataFilePath = "%MG_DATA_FILE_PATH%"
Field Value
Type | Description |
---|---|
System.String |
MgPasswordPlaceholder
The password login placeholder token
Declaration
public const string MgPasswordPlaceholder = "%MG_PASSWORD%"
Field Value
Type | Description |
---|---|
System.String |
MgUserCredentialsResourceData
The name of the resource data item containing the secured Feature Source credentials
Declaration
public const string MgUserCredentialsResourceData = "MG_USER_CREDENTIALS"
Field Value
Type | Description |
---|---|
System.String |
MgUsernamePlaceholder
The username login placeholder token
Declaration
public const string MgUsernamePlaceholder = "%MG_USERNAME%"
Field Value
Type | Description |
---|---|
System.String |
RootIdentifier
The root resource identifier
Declaration
public const string RootIdentifier = "Library://"
Field Value
Type | Description |
---|---|
System.String |
Thumbnail
A thumbnail dwf resource role
Declaration
public const string Thumbnail = "Thumbnail"
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceAllFilesFilter
The file picker filter for all files
Declaration
public static string AllFilesFilter { get; }
Property Value
Type | Description |
---|---|
System.String |