MetaFileInfoGetDefaultDataWhereCondition Method |
Gets the where condition to filter out the default installation data
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax protected override string GetDefaultDataWhereCondition(
bool recursive = true,
bool globalOnly = true,
IEnumerable<string> excludedNames = null
)
Parameters
- recursive (Optional)
- Type: SystemBoolean
Indicates whether where condition should contain further dependency conditions. - globalOnly (Optional)
- Type: SystemBoolean
Indicates whether only objects with null in their site ID column should be included. - excludedNames (Optional)
- Type: System.Collections.GenericIEnumerableString
Objects with display names and code names starting with these expressions are filtered out.
Return Value
Type:
StringSee Also