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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static InfoDataSet<MetaFileInfo> GetMetaFiles(
	string where,
	string orderBy,
	string columns = null,
	int topN = 0
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order By
columns (Optional)
Type: SystemString
Data columns to return
topN (Optional)
Type: SystemInt32
Specifies number of returned recordsd

Return Value

Type: InfoDataSetMetaFileInfo
See Also