{CompanyName} FlexyGo

Pages..::..LoadPageTabModules Method

loads a list of pages and Module basic Info based on Page Type, Page Id or all pages if both paraeters are nothing.

Namespace:  FLEXYGO.Environment
Assembly:  flxEnvironment (in flxEnvironment.dll)

Syntax


public static PageModules LoadPageTabModules(
	string ConfConnStr,
	eDBType ConfDBType,
	string TabName,
	UserSecurityConfig UserSecurity
)
Public Shared Function LoadPageTabModules ( _
	ConfConnStr As String, _
	ConfDBType As eDBType, _
	TabName As String, _
	UserSecurity As UserSecurityConfig _
) As PageModules

Parameters

ConfConnStr
Type: String
Configuration DataBase connection String
ConfDBType
Type: FLEXYGO.Data..::..eDBType
The configuration DataBase Type
TabName
Type: String
The Tab Id
UserSecurity
Type: FLEXYGO.Security..::..UserSecurityConfig
User security settings

Exceptions


ExceptionCondition
ExceptionError Loading Pages And Modules.