Click or drag to resize
MetaFileInfoProviderGetMetaFilesWithBinary Method
Gets the file list of the files for certain object with the binary file data. Loads the binaries from file system if the binary is missing.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static InfoDataSet<MetaFileInfo> GetMetaFilesWithBinary(
	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