Click or drag to resize
MetaFileInfoProviderUpdateMetaFiles Method (BaseInfo, DataTable, Int32)
Updates the object meta files from the given DataTable.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
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