MetaFileInfoProvider.GetWhereCondition Method |
Gets the where condition for meta files.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntaxpublic static string GetWhereCondition(
int objectId,
string objectType,
string group = null,
string where = null
)
Parameters
- objectId
- Type: System.Int32
ID of specific object - objectType
- Type: System.String
Object type - group (Optional)
- Type: System.String
Group name - where (Optional)
- Type: System.String
Where condition
Return Value
Type:
String
See Also