Config get/set (for DocVersion Specific Info data)
Config get/set (for Folder Specific Info data)
This commit is contained in:
@@ -104,10 +104,14 @@ namespace VEPROMS.CSLA.Library
|
||||
{
|
||||
_Xp = new XMLProperties("<Config/>");
|
||||
}
|
||||
internal string GetValue(string group, string item)
|
||||
public string GetValue(string group, string item)
|
||||
{
|
||||
return _Xp[group, item];
|
||||
}
|
||||
public void SetValue(string group, string item, string newvalue)
|
||||
{
|
||||
_Xp[group, item] = newvalue;
|
||||
}
|
||||
#endregion
|
||||
#region Local Properties
|
||||
[Category("General")]
|
||||
|
Reference in New Issue
Block a user