Click or drag to resize
MetaFileInfoProviderGetMetaFilesWithoutBinary Method
Gets the file list of the files for certain object without the binary file data.

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

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

Return Value

Type: InfoDataSetMetaFileInfo
See Also