MetaFileInfoProviderGetMetaFiles Method (Int32, String, String, String, String) |
Gets the file list of the files for certain object.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public static InfoDataSet<MetaFileInfo> GetMetaFiles(
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