Class RebaseOptions
Resource re-basing options
Inheritance
System.Object
RebaseOptions
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.CrossConnection
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public class RebaseOptions
Constructors
| Improve this Doc View SourceRebaseOptions(String, String)
Initializes a new instance of the RebaseOptions class.
Declaration
public RebaseOptions(string sourceFolder, string targetFolder)
Parameters
Type | Name | Description |
---|---|---|
System.String | sourceFolder | The source folder. |
System.String | targetFolder | The target folder. |
Properties
| Improve this Doc View SourceSourceFolder
The source folder to look for in resource ids
Declaration
public string SourceFolder { get; }
Property Value
Type | Description |
---|---|
System.String |
TargetFolder
The target folder to replace with
Declaration
public string TargetFolder { get; }
Property Value
Type | Description |
---|---|
System.String |