Click or drag to resize
MetaFileInfoProviderGetMetaFileInfoInternal Method (Int32)
Returns the MetaFileInfo structure for the specified metaFile.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual MetaFileInfo GetMetaFileInfoInternal(
	int metaFileId
)

Parameters

metaFileId
Type: SystemInt32
MetaFile id

Return Value

Type: MetaFileInfo
See Also