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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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:
InfoDataSetMetaFileInfoSee Also