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

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

Parameters

where
Type: System.String
Where condition
orderBy
Type: System.String
Order By

Return Value

Type: InfoDataSet<MetaFileInfo>
See Also