Click or drag to resize
UserInfoGetDefaultDataWhereCondition Method
Gets the where condition to filter out the default installation data

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
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: String
See Also