MetaFileInfoProviderUpdateMetaFiles Method (BaseInfo, DataTable, Int32, LoadDataEventHandler, Boolean) |
Updates the object meta files from the given DataTable.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public static void UpdateMetaFiles(
BaseInfo infoObj,
DataTable filesDT,
int filesObjectId,
LoadDataEventHandler onLoadData,
bool logSynchronization
)
Parameters
- infoObj
- Type: CMS.DataEngineBaseInfo
Info object for which the metafiles update - filesDT
- Type: System.DataDataTable
Table of the new files (with binaries) - filesObjectId
- Type: SystemInt32
Object ID in the new files table - onLoadData
- Type: CMS.DataEngineLoadDataEventHandler
Load data event handler - logSynchronization
- Type: SystemBoolean
Indicates if staging tasks should be logged
Return Value
Type:
Returns the GUID of the thumbnail meta file if found
See Also