EDMI: Add generic ImportFile Method
This commit is contained in:
@@ -25,7 +25,7 @@ Namespace Methods.IDB.SetAttributeValue
|
||||
|
||||
Logger.Debug("Setting value of Attribute [{0}]", pData.AttributeName)
|
||||
|
||||
Dim oResult = Helpers.SetAttributeValue(Connection, Transaction,
|
||||
Dim oResult = Helpers.SetAttributeValueWithTransaction(Connection, Transaction,
|
||||
pData.ObjectId, pData.AttributeName, pData.AttributeValue, pData.Language, pData.Who)
|
||||
|
||||
If oResult = False Then
|
||||
|
||||
Reference in New Issue
Block a user