Click or drag to resize
UserInfoGetObjectTypeForColumn Method
Gets the object type for the given column or null if the object type is not found or unknown.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
protected override string GetObjectTypeForColumn(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name to check

Return Value

Type: String
See Also