MetaFileInfoProviderUpdateMetaFiles Method (BaseInfo, DataTable, Int32) |
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
)
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
See Also