Click or drag to resize
MetaFileInfoProviderGetMetaFiles Method

Note: This API is now obsolete.

Returns all metafiles.

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

Return Value

Type: ObjectQueryMetaFileInfo
See Also