MetaFileInfoProviderGetWhereCondition Method |
Gets the where condition for meta files.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static string GetWhereCondition(
int objectId,
string objectType,
string group = null,
string where = null
)
Parameters
- objectId
- Type: SystemInt32
ID of specific object - objectType
- Type: SystemString
Object type - group (Optional)
- Type: SystemString
Group name - where (Optional)
- Type: SystemString
Where condition
Return Value
Type:
StringSee Also