| UserInfoGetDefaultDataWhereCondition Method | 
            Gets the where condition to filter out the default installation data
            
 
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
 Syntax
Syntaxprotected 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: 
String See Also
See Also