Click or drag to resize
MetaFileInfoProviderSetMetaFileInfoInternal Method
Sets (updates or inserts) specified metaFile.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void SetMetaFileInfoInternal(
	MetaFileInfo metaFile
)

Parameters

metaFile
Type: CMS.DataEngineMetaFileInfo
MetaFile to set
See Also