| UserInfoProviderGetUserSites Method (Int32, String, String, Int32, String) | 
            Returns the table of the user sites.
            
 
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
 Syntax
Syntaxpublic static DataTable GetUserSites(
	int userId,
	string whereCondition,
	string orderBy,
	int topN,
	string columns
)
Parameters
- userId
- Type: SystemInt32
 User ID for site table
- whereCondition
- Type: SystemString
 Where condition
- orderBy
- Type: SystemString
 Order by expression
- topN
- Type: SystemInt32
 Get top N records
- columns
- Type: SystemString
 Columns to get
Return Value
Type: 
DataTable See Also
See Also