case 3823
This commit is contained in:
@@ -3385,8 +3385,9 @@ At first I was happy to find your code that solved my problem, but I did not lik
|
||||
/// <param name="ObjectType"></param>
|
||||
/// <param name="ID"></param>
|
||||
/// <param name="OptionalIDForCreate"></param>
|
||||
/// <param name="subTypeIdToOpen"></param>
|
||||
/// <returns></returns>
|
||||
static public bool EditRecord(RootObjectTypes ObjectType, Guid ID, Guid OptionalIDForCreate)
|
||||
static public bool EditRecord(RootObjectTypes ObjectType, Guid ID, Guid OptionalIDForCreate, TypeAndID subTypeIdToOpen=null)
|
||||
{
|
||||
//case 1039 //if(log.IsDebugEnabled)
|
||||
//case 1039 //log.Debug("EditRecord(" + ObjectType.ToString()+", " + ID.ToString());
|
||||
|
||||
Reference in New Issue
Block a user