Click or drag to resize
MetaFileInfoProviderGetMetaFiles Method (Int32, String, String, String, String, String, Int32, Int32, Int32, Int32)
Gets the file list of the files for certain object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<MetaFileInfo> GetMetaFiles(
	int objectId,
	string objectType,
	string group,
	string where,
	string orderBy,
	string columns,
	int topN,
	int offset,
	int maxRecords,
	ref int totalRecords
)

Parameters

objectId
Type: SystemInt32
ID of specific object
objectType
Type: SystemString
Object type
group
Type: SystemString
Group name
where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order By
columns
Type: SystemString
Data columns to return
topN
Type: SystemInt32
Specifies number of returned recordsd
offset
Type: SystemInt32
Index of first record to get
maxRecords
Type: SystemInt32
Maximum number of records to get. If maxRecords is zero or less, all records are returned (no paging is used)
totalRecords
Type: SystemInt32
Returns total number of available records

Return Value

Type: InfoDataSetMetaFileInfo
See Also