Click or drag to resize
MetaFileInfoProviderGetMetaFilesWithoutBinaryInternal 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: 10.0.0
Syntax
C#
protected virtual InfoDataSet<MetaFileInfo> GetMetaFilesWithoutBinaryInternal(
	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