Click or drag to resize
MetaFileInfoProviderGetMetaFiles Method (String, String)
Gets all the files with specified where/order by.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static InfoDataSet<MetaFileInfo> GetMetaFiles(
	string where,
	string orderBy
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order By

Return Value

Type: InfoDataSetMetaFileInfo
See Also