MetaFileInfoProvider.GetMetaFiles Method (String, String, String, Int32) |
Gets all the files with specified where/order by.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntaxpublic static InfoDataSet<MetaFileInfo> GetMetaFiles(
string where,
string orderBy,
string columns = null,
int topN = 0
)
Parameters
- where
- Type: System.String
Where condition - orderBy
- Type: System.String
Order By - columns (Optional)
- Type: System.String
Data columns to return - topN (Optional)
- Type: System.Int32
Specifies number of returned recordsd
Return Value
Type:
InfoDataSet<MetaFileInfo>
See Also