MS
This commit is contained in:
@@ -110,9 +110,9 @@ Namespace Methods.GlobalIndexer.ImportFile
|
||||
Dim oDynamicFilePath = GetVirtualPath(
|
||||
pData.File.FileInfoRaw, oProfile.DynamicPath, User, oUserAttributes, oAutoAttributes)
|
||||
|
||||
If oProfile.DynamicPath <> String.Empty Then
|
||||
Logger.Info("Generating DynamicPath for ObjectId [{0}]", oResponse.ObjectId)
|
||||
Helpers.NewDynamicFolderForObject(oResponse.ObjectId, oProfile.DynamicPath, User.UserName, User.LanguageId, User.Language)
|
||||
If oDynamicFilePath <> String.Empty Then
|
||||
Logger.Info("Saving DynamicPath for ObjectId [{0}]", oResponse.ObjectId)
|
||||
Helpers.NewDynamicFolderForObject(oResponse.ObjectId, oDynamicFilePath, User.UserName, User.LanguageId, User.Language)
|
||||
End If
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user