Click or drag to resize
MetaFileInfoProviderSetMetaFileInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified metaFile.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IMetaFileInfoProvider.Set(MetaFileInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - MetaFileInfo.Provider.")]
public static void SetMetaFileInfo(
	MetaFileInfo metaFile
)

Parameters

metaFile
Type: CMS.DataEngineMetaFileInfo
MetaFile to set
See Also