Click or drag to resize
MetaFileInfoProviderGetMetaFileInfo Method (Int32)

Note: This API is now obsolete.

Returns the MetaFileInfo structure for the specified metaFile.

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

Parameters

metaFileId
Type: SystemInt32
MetaFile id

Return Value

Type: MetaFileInfo
See Also